Changeset 3561
- Timestamp:
- 04/26/08 14:23:22 (7 months ago)
- Files:
-
- tgauthplugin/0.11/tgauth/main.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tgauthplugin/0.11/tgauth/main.py
r3555 r3561 45 45 """ Return seconds from epoch from a datetime object """ 46 46 return int(time.mktime(t.timetuple())) 47 48 # When adding option to auth against TG in a different db49 # use the following50 # cnx = TgDatabaseManager(self.env).get_connection()51 47 52 48 class TgAuthStore(Component):
