projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4c7d78
)
Remove unnecessary uuid import from setup
author
Harmon
<Harmon758@gmail.com>
Sat, 4 May 2019 05:44:08 +0000
(
00:44
-0500)
committer
Harmon
<Harmon758@gmail.com>
Sat, 4 May 2019 05:44:08 +0000
(
00:44
-0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index adbaf4065c658876c7b1364c1f64aef47ea5a51e..9e86d44d61d932c6d844d5dc837ec686391c893c 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-1,6
+1,6
@@
#!/usr/bin/env python
#from distutils.core import setup
-import re
, uuid
+import re
from setuptools import setup, find_packages
VERSIONFILE = "tweepy/__init__.py"