Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fbb78a6
)
Thrift-1984: namespace collision in python
author
Jake Farrell
<jfarrell@apache.org>
Thu, 30 May 2013 03:15:37 +0000
(23:15 -0400)
committer
Jake Farrell
<jfarrell@apache.org>
Thu, 30 May 2013 03:15:37 +0000
(23:15 -0400)
Client: py
Patch: Jake Farrell
Updates fb303 to to be package thrift_fb303.
contrib/fb303/py/setup.py
patch
|
blob
|
history
diff --git
a/contrib/fb303/py/setup.py
b/contrib/fb303/py/setup.py
index
d4f3062
..
6710c8f
100644
(file)
--- a/
contrib/fb303/py/setup.py
+++ b/
contrib/fb303/py/setup.py
@@
-25,7
+25,7
@@
try:
except:
from distutils.core import setup, Extension, Command
-setup(name = 'thrift',
+setup(name = 'thrift
_fb303
',
version = '1.0.0-dev',
description = 'Python bindings for the Apache Thrift FB303',
author = ['Thrift Developers'],