Changed hello.py to python.py to keep with my naming conventions

This commit is contained in:
Mike Donaghy
2007-11-20 16:13:01 -05:00
parent 8c48535d61
commit f8f897a445

2
python.py Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env python
print "Hello World"