commit | 705d517e3f4df74b8c04edf54ac73b087c982f32 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Oct 08 19:30:50 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Oct 08 19:30:50 1994 +0000 |
tree | 7b0543f1165fc1bdfc4717277f67d8e699dcbeb4 | |
parent | 3dc44aba71305cd9be8cba7703a96b6528f34169 [diff] [blame] |
initial checkin
diff --git a/Tools/freeze/hello.py b/Tools/freeze/hello.py new file mode 100644 index 0000000..f978acc --- /dev/null +++ b/Tools/freeze/hello.py
@@ -0,0 +1 @@ +print 'Hello world...'