Changeset 2656 for package_branches
- Timestamp:
- Dec 20, 2009, 8:55:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/invirt.fcgi
- Property svn:executable set to *
r2655 r2656 41 41 42 42 if os.path.basename(sys.argv[0]).startswith('auth'): 43 root = InvirtWeb()43 root = main.InvirtWeb() 44 44 elif os.path.basename(sys.argv[0]).startswith('unauth'): 45 root = InvirtUnauthWeb()45 root = main.InvirtUnauthWeb() 46 46 else: 47 47 usage()
Note: See TracChangeset
for help on using the changeset viewer.