removed lots of junk from scripts folder

This commit is contained in:
mdipierro
2016-03-19 04:02:22 -05:00
parent d5d25e8110
commit d886bf759e
18 changed files with 3 additions and 1659 deletions
+3 -2
View File
@@ -1,3 +1,6 @@
"""
converts a static file to a web2py view. needs work
"""
import os
import sys
import glob
@@ -97,6 +100,4 @@ def convert(source, destination,prefix='imported'):
os.makedirs(os.path.split(fullname)[0])
open(fullname,'w').write(views[name])
convert(sys.argv[1],sys.argv[2])