projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d759f5f
)
Added (currently) pointless and trivial main body (for future tests).
author
Greg Ward
<gward@python.net>
Sun, 9 Apr 2000 03:48:37 +0000
(
03:48
+0000)
committer
Greg Ward
<gward@python.net>
Sun, 9 Apr 2000 03:48:37 +0000
(
03:48
+0000)
Lib/distutils/cmd.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/cmd.py
b/Lib/distutils/cmd.py
index ad78703713e01a1124a90e28883aa3a9fa0dae7e..b2fb517e7384f1854d9818149d458606922dd530 100644
(file)
--- a/
Lib/distutils/cmd.py
+++ b/
Lib/distutils/cmd.py
@@
-388,3
+388,7
@@
class Command:
# make_file ()
# class Command
+
+
+if __name__ == "__main__":
+ print "ok"