Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1715

Show
Ignore:
Timestamp:
08/28/07 14:10:42
Author:
fumanchu
Message:

Buglet in PostgresqlSession? constructor (thanks, vzw!)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/cherrypy-3.0.x/cherrypy/lib/sessions.py

    r1707 r1715  
    344344    """ 
    345345     
    346     def __init__(self): 
     346    def __init__(self, id=None, **kwargs): 
     347        Session.__init__(self, id, **kwargs) 
    347348        self.db = self.get_db() 
    348349        self.cursor = self.db.cursor() 

Hosted by WebFaction

Log in as guest/cpguest to create tickets