summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/cd
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-04-14 11:05:59 (GMT)
committerGuido van Rossum <guido@python.org>1992-04-14 11:05:59 (GMT)
commite8b8207571be69b092a6a15239fb0d1fdf02a8ef (patch)
tree9b8ecef63778c6abd03323cc326997a7aabe0e66 /Demo/sgi/cd
parentb385328fbc1ed0d2d2a053ecbfc9ef1e006bf853 (diff)
downloadcpython-e8b8207571be69b092a6a15239fb0d1fdf02a8ef.zip
cpython-e8b8207571be69b092a6a15239fb0d1fdf02a8ef.tar.gz
cpython-e8b8207571be69b092a6a15239fb0d1fdf02a8ef.tar.bz2
added main() call
Diffstat (limited to 'Demo/sgi/cd')
-rwxr-xr-xDemo/sgi/cd/listcd.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Demo/sgi/cd/listcd.py b/Demo/sgi/cd/listcd.py
index 299cd98..5017851 100755
--- a/Demo/sgi/cd/listcd.py
+++ b/Demo/sgi/cd/listcd.py
@@ -20,3 +20,5 @@ def main():
def z(n):
s = `n`
return '0' * (2 - len(s)) + s
+
+main()