diff options
author | Guido van Rossum <guido@python.org> | 1999-02-16 23:05:46 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-02-16 23:05:46 +0000 |
commit | a0d5d700e0cac9748ee191ee8bb6853bec5c3005 (patch) | |
tree | 916527ba40ed3841c6653c7fe2b3bd765052d328 /Tools/freeze | |
parent | 2f7bfafe26fe4f41b9566a03791f5ce8dcc409e1 (diff) | |
download | cpython-git-a0d5d700e0cac9748ee191ee8bb6853bec5c3005.tar.gz |
# Accidentally checked in a test version of this file with a bogus
# "import fooblurg" :-)
Diffstat (limited to 'Tools/freeze')
-rw-r--r-- | Tools/freeze/hello.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/freeze/hello.py b/Tools/freeze/hello.py index 31d84457dd..f978acc883 100644 --- a/Tools/freeze/hello.py +++ b/Tools/freeze/hello.py @@ -1,2 +1 @@ print 'Hello world...' -import fooblurg |