projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29f3fb7
)
Removing unused sys import from setup.py
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Sun, 8 May 2011 03:45:30 +0000
(22:45 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Sun, 8 May 2011 03:45:30 +0000
(22:45 -0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 853a5a3bb80326909d7492a4250c660922a373f1..7b483a57453ecc6801a6c563b8152497468f0275 100644
(file)
--- 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",