Changeset 578 for trunk/packages/sipb-xen-www/code
- Timestamp:
- Jun 2, 2008, 11:59:50 PM (17 years ago)
- Location:
- trunk/packages/sipb-xen-www/code
- Files:
- 
          - 2 edited
 
 - 
          main.py (modified) (2 diffs)
- 
          webcommon.py (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/packages/sipb-xen-www/code/main.pyr577 r578 42 42 import validation 43 43 import cache_acls 44 from webcommon import InvalidInput, CodeError, state44 from webcommon import InvalidInput, CodeError, State 45 45 import controls 46 46 … … 668 668 669 669 username = getUser(os.environ) 670 state .username = username670 state = State(username) 671 671 operation = os.environ.get('PATH_INFO', '') 672 672 if not operation: 
- 
        trunk/packages/sipb-xen-www/code/webcommon.pyr572 r578 55 55 if attr.startswith('__cache_'): 56 56 delattr(self, attr) 57 58 state = State(None)
Note: See TracChangeset
          for help on using the changeset viewer.
      
