commit 8913408e729b340c88f627a158018262bc6d2e39 Author: Stephen McQuay Date: Thu Jan 24 18:30:01 2013 -0800 simple, meaningless func diff --git a/fabfile.py b/fabfile.py new file mode 100644 index 0000000..6c57c6e --- /dev/null +++ b/fabfile.py @@ -0,0 +1,2 @@ +def hello(): + print "world"