initial commit
authorroot <root@localhost>
Sun, 19 Dec 2010 17:49:02 +0000 (17:49 +0000)
committerroot <root@localhost>
Sun, 19 Dec 2010 17:49:02 +0000 (17:49 +0000)
README [new file with mode: 0644]
helloworld.py [new file with mode: 0755]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..244b885
--- /dev/null
+++ b/README
@@ -0,0 +1,2 @@
+This is a hello world example python script
+
diff --git a/helloworld.py b/helloworld.py
new file mode 100755 (executable)
index 0000000..f0dc9af
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/python
+
+def main():
+    print "hello wordl"
+
+if __name__ == "__main__":
+    main()
+
Revision Control Appliance - Powered by TurnKey Linux