Removing unused sys import from setup.py

This commit is contained in:
Christopher Allan Webber 2011-05-07 22:45:30 -05:00
parent 29f3fb7052
commit a5b06bb075

View File

@ -16,8 +16,6 @@
from setuptools import setup, find_packages
import sys
setup(
name = "mediagoblin",
version = "0.0.1",