summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-02-16 23:05:46 (GMT)
committerGuido van Rossum <guido@python.org>1999-02-16 23:05:46 (GMT)
commita0d5d700e0cac9748ee191ee8bb6853bec5c3005 (patch)
tree916527ba40ed3841c6653c7fe2b3bd765052d328 /Tools
parent2f7bfafe26fe4f41b9566a03791f5ce8dcc409e1 (diff)
downloadcpython-a0d5d700e0cac9748ee191ee8bb6853bec5c3005.zip
cpython-a0d5d700e0cac9748ee191ee8bb6853bec5c3005.tar.gz
cpython-a0d5d700e0cac9748ee191ee8bb6853bec5c3005.tar.bz2
# Accidentally checked in a test version of this file with a bogus
# "import fooblurg" :-)
Diffstat (limited to 'Tools')
-rw-r--r--Tools/freeze/hello.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/freeze/hello.py b/Tools/freeze/hello.py
index 31d8445..f978acc 100644
--- a/Tools/freeze/hello.py
+++ b/Tools/freeze/hello.py
@@ -1,2 +1 @@
print 'Hello world...'
-import fooblurg