Changeset 928
- Timestamp:
- 10/04/07 12:36:37 (1 year ago)
- Files:
-
- cherokee-pyscgi/ChangeLog (modified) (1 diff)
- cherokee-pyscgi/pyscgi/__init__.py (modified) (1 diff)
- cherokee-pyscgi/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee-pyscgi/ChangeLog
r876 r928 1 2007-10-04 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * The __init__.py file inside the pyscgi module is empty, this 4 means that to import the module properly I need to type: 5 from pyscgi.pyscgi import *, instead of: from pyscgi import * 6 Patch by Alberto Ruiz <aruiz@gnome.org> 7 1 8 2007-08-02 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 9 cherokee-pyscgi/pyscgi/__init__.py
r504 r928 1 from pyscgi import * cherokee-pyscgi/setup.py
r518 r928 5 5 6 6 setup (name = "cherokee_pyscgi", 7 version = "1. 1",7 version = "1.3", 8 8 description = "Portable SCGI implementation", 9 9 author = "Alvaro Lopez Ortega",