[Python-checkins] distutils2: Update one obsolete filename

tarek.ziade python-checkins at python.org
Thu Aug 19 08:34:13 CEST 2010


tarek.ziade pushed cf87185a9f8c to distutils2:

http://hg.python.org/distutils2/rev/cf87185a9f8c
changeset:   546:cf87185a9f8c
user:        ?ric Araujo <merwok at netwok.org>
date:        Sat Jul 24 15:15:26 2010 +0200
summary:     Update one obsolete filename
files:       src/distutils2/mkpkg.py

diff --git a/src/distutils2/mkpkg.py b/src/distutils2/mkpkg.py
--- a/src/distutils2/mkpkg.py
+++ b/src/distutils2/mkpkg.py
@@ -162,7 +162,7 @@
         if not valuesDifferent:
             return
 
-        self.config.write(open(os.path.expanduser('~/.pygiver'), 'w'))
+        self.config.write(open(os.path.expanduser('~/.mkpkgpy'), 'w'))
 
     def loadExistingSetup(self):
         raise NotImplementedError

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list