aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-05-07 22:45:30 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-05-07 22:45:30 -0500
commita5b06bb0750afd9d2751f92230d4dcb5c76d61c5 (patch)
tree9bc8f7996a2e2fd260b2a854695e4c08de00d8d8 /setup.py
parent29f3fb7052a0a512d5970a936b30175b9c7eef63 (diff)
downloadmediagoblin-a5b06bb0750afd9d2751f92230d4dcb5c76d61c5.tar.lz
mediagoblin-a5b06bb0750afd9d2751f92230d4dcb5c76d61c5.tar.xz
mediagoblin-a5b06bb0750afd9d2751f92230d4dcb5c76d61c5.zip
Removing unused sys import from setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 853a5a3b..7b483a57 100644
--- a/setup.py
+++ b/setup.py
@@ -16,8 +16,6 @@
from setuptools import setup, find_packages
-import sys
-
setup(
name = "mediagoblin",
version = "0.0.1",