Updated Branches: refs/heads/master fbb78a658 -> 64924b878
Thrift-1984: namespace collision in python Client: py Patch: Jake Farrell Updates fb303 to to be package thrift_fb303. Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/64924b87 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/64924b87 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/64924b87 Branch: refs/heads/master Commit: 64924b8781eff5a175f46c84f690ffcdb46c9490 Parents: fbb78a6 Author: Jake Farrell <[email protected]> Authored: Wed May 29 23:15:37 2013 -0400 Committer: Jake Farrell <[email protected]> Committed: Wed May 29 23:15:37 2013 -0400 ---------------------------------------------------------------------- contrib/fb303/py/setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/64924b87/contrib/fb303/py/setup.py ---------------------------------------------------------------------- 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 @@ 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'],
