Skip to content

Commit

Permalink
ahaha
Browse files Browse the repository at this point in the history
  • Loading branch information
guyromm committed Sep 7, 2011
1 parent f49aa72 commit 9165177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manage.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
import sys, commands, os
import sys, commands, os,logging
'''
filedesc: noodles helper script. right now only inits new projects from boilerplate template
'''
Expand All @@ -10,3 +10,4 @@
cmd = 'cp -r -i %s/* .' % (template_dir)
st, op = commands.getstatusoutput(cmd)
assert st == 0, "%s returned %s" % (cmd,st)
logging.info('just initialized a project into ./')

0 comments on commit 9165177

Please sign in to comment.