Merge pull request #227 from letolabs/fix_min_web2py

Update location of handlers so that make_min_web2py.py works again
This commit is contained in:
mdipierro
2013-09-24 15:24:39 -07:00
+3 -3
View File
@@ -13,12 +13,12 @@ it will mkdir minweb2py and build a minimal web2py installation
REQUIRED = """
VERSION
web2py.py
fcgihandler.py
gaehandler.py
wsgihandler.py
anyserver.py
applications/__init__.py
applications/welcome/controllers/default.py
handlers/fcgihandler.py
handlers/gaehandler.py
handlers/wsgihandler.py
"""
# files and folders to exclude from gluon folder (comment with # if needed)