summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-04-09 03:48:37 (GMT)
committerGreg Ward <gward@python.net>2000-04-09 03:48:37 (GMT)
commitb361233c76acd85df2c4a3946662d88897963851 (patch)
treec7cc54dd0db9347590d1ee14d96d2953423dffe7 /Lib
parentd759f5f14554a3f0aa028ccd41a41116d60c569e (diff)
downloadcpython-b361233c76acd85df2c4a3946662d88897963851.zip
cpython-b361233c76acd85df2c4a3946662d88897963851.tar.gz
cpython-b361233c76acd85df2c4a3946662d88897963851.tar.bz2
Added (currently) pointless and trivial main body (for future tests).
Diffstat (limited to 'Lib')
-rw-r--r--Lib/distutils/cmd.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/distutils/cmd.py b/Lib/distutils/cmd.py
index ad78703..b2fb517 100644
--- 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"