Changeset 3561

Show
Ignore:
Timestamp:
04/26/08 14:23:22 (7 months ago)
Author:
pacopablo
Message:

Remove unneccessary code that was commented out

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tgauthplugin/0.11/tgauth/main.py

    r3555 r3561  
    4545    """ Return seconds from epoch from a datetime object """ 
    4646    return int(time.mktime(t.timetuple())) 
    47  
    48 # When adding option to auth against TG in a different db 
    49 # use the following 
    50 # cnx = TgDatabaseManager(self.env).get_connection() 
    5147 
    5248class TgAuthStore(Component):