Changeset 362:cc79eda8b9b9

Show
Ignore:
Timestamp:
08/17/08 01:42:38 (3 months ago)
Author:
belbo@…
Branch:
default
Message:

minor: Fix a small error in db session storage

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • transifex/session_storage.py

    r361 r362  
    1111        if not s: 
    1212            return None 
    13         self.clean_up(None) 
    1413        return (s.data, s.expiration_time) 
    1514