Fixes for release process.
[third_party/subunit] / setup.py
index 5a0500219c4b9e8f21f048879a648cd35f16fecc..8bc7921426e9e2c3f29ea8930fc4955766828833 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+import os.path
 try:
     # If the user has setuptools / distribute installed, use it
     from setuptools import setup
@@ -33,6 +34,7 @@ VERSION = (
     or "0.0")
 
 
+os.chdir(os.path.dirname(__file__))
 setup(
     name='python-subunit',
     version=VERSION,