]> granicus.if.org Git - python/commit
Move warning about directory not on sys.path to debug level.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 21:20:08 +0000 (21:20 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 21:20:08 +0000 (21:20 +0000)
commitdc8412e54132069f6906fdd1912a85ed0f459d26
tree63aab6387f6239ea9e95f9464f793bcc1c95c8c8
parent8f787bf1d07b2f91c1bceea649aca5bf4bedb52c
Move warning about directory not on sys.path to debug level.

Fix a bunch of multiline string constants that used +.
Lib/distutils/command/install.py