Changeset 928

Show
Ignore:
Timestamp:
10/04/07 12:36:37 (1 year ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee-pyscgi/ChangeLog

    r876 r928  
     12007-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 
    182007-08-02  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    29 
  • cherokee-pyscgi/pyscgi/__init__.py

    r504 r928  
     1from pyscgi import * 
  • cherokee-pyscgi/setup.py

    r518 r928  
    55 
    66setup (name         = "cherokee_pyscgi", 
    7        version      = "1.1", 
     7       version      = "1.3", 
    88       description  = "Portable SCGI implementation", 
    99       author       = "Alvaro Lopez Ortega",