Kaydet (Commit) e04deb1a authored tarafından Tarek Ziadé's avatar Tarek Ziadé

Merged revisions 78354 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78354 | tarek.ziade | 2010-02-22 23:57:05 -0500 (Mon, 22 Feb 2010) | 1 line

  removed debugging code
........
üst abb28c62
......@@ -499,10 +499,7 @@ class install(Command):
if val is not None:
if os.name == 'posix' or os.name == 'nt':
val = os.path.expanduser(val)
try:
val = _subst_vars(val, self.config_vars)
except:
import pdb; pdb.set_trace()
val = _subst_vars(val, self.config_vars)
setattr(self, attr, val)
def expand_basedirs(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment