Author: tomaz
Date: Sat May 21 20:35:33 2011
New Revision: 1125804

URL: http://svn.apache.org/viewvc?rev=1125804&view=rev
Log:
Forgot to pop it.

Modified:
    incubator/libcloud/trunk/setup.py

Modified: incubator/libcloud/trunk/setup.py
URL: 
http://svn.apache.org/viewvc/incubator/libcloud/trunk/setup.py?rev=1125804&r1=1125803&r2=1125804&view=diff
==============================================================================
--- incubator/libcloud/trunk/setup.py (original)
+++ incubator/libcloud/trunk/setup.py Sat May 21 20:35:33 2011
@@ -36,6 +36,7 @@ def read_version_string():
     sys.path.insert(0, pjoin(os.getcwd()))
     from libcloud import __version__
     version = __version__
+    sys.path.pop(0)
     return version
 
 class TestCommand(Command):


Reply via email to