projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96182d7
)
Typo fix.
author
Greg Ward
<gward@python.net>
Fri, 3 Mar 2000 03:00:27 +0000
(
03:00
+0000)
committer
Greg Ward
<gward@python.net>
Fri, 3 Mar 2000 03:00:27 +0000
(
03:00
+0000)
Lib/distutils/command/build_py.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/command/build_py.py
b/Lib/distutils/command/build_py.py
index 2d0ad1ce0952d8e062c205fc129c2526fb51aa7b..4e5255a67ce1ce34f1570f8c316b046ac987a47e 100644
(file)
--- a/
Lib/distutils/command/build_py.py
+++ b/
Lib/distutils/command/build_py.py
@@
-146,7
+146,7
@@
class build_py (Command):
raise DistutilsFileError, \
"package directory '%s' does not exist" % package_dir
if not os.path.isdir (package_dir):
- raise DistutilsFileEr
or
r, \
+ raise DistutilsFileEr
ro
r, \
("supposed package directory '%s' exists, " +
"but is not a directory") % package_dir