Update location of handlers to that make_min_web2py.py works again

The location of the handlers changed in 07f74c6362 and since then
this error blocked the creation of a minizimed web2py instance:

IOError: [Errno 2] No such file or directory: 'fcgihandler.py'
This commit is contained in:
Jonathan "Duke" Leto
2013-09-24 13:44:38 -07:00
parent 01e5107a96
commit 4e1ad9bfa8

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)