Thrift-1984: namespace collision in python
Client: py
Patch: Jake Farrell
Updates fb303 to to be package thrift_fb303.
diff --git a/contrib/fb303/py/setup.py b/contrib/fb303/py/setup.py
index d4f3062..6710c8f 100644
--- a/contrib/fb303/py/setup.py
+++ b/contrib/fb303/py/setup.py
@@ -25,7 +25,7 @@
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'],