Changeset 8188
- Timestamp:
- 17 Apr 2012, 07:28:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r8178 r8188 19 19 """ 20 20 import os 21 import pytz 21 22 from waeup.kofa.utils.utils import KofaUtils, sorted_phone_prefixes 22 23 from waeup.kofa.accesscodes import create_accesscode … … 223 224 'cest': 'Part-Time, Diploma, Certificate' 224 225 } 226 227 @property 228 def tzinfo(self): 229 return pytz.timezone('Africa/Lagos')
Note: See TracChangeset for help on using the changeset viewer.