Thrift-1984: namespace collision in python
authorJake Farrell <jfarrell@apache.org>
Thu, 30 May 2013 03:15:37 +0000 (23:15 -0400)
committerJake 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

index d4f3062..6710c8f 100644 (file)
@@ -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'],