Changeset 751
- Timestamp:
- 05/29/07 00:11:17 (6 years ago)
- Location:
- branch/ggpolo
- Files:
-
- 2 modified
-
config/umitng.db (modified) (previous)
-
umitInventory/timeline-demo.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/ggpolo/umitInventory/timeline-demo.py
r750 r751 24 24 from os.path import join, split 25 25 from gettext import gettext as _ 26 27 26 from umitCore.Paths import Path 27 28 28 Path.set_umit_conf(join(split(__file__)[0], 'config', 'umit.conf')) 29 29 30 import tl30 import umitInventory.tl as tl 31 31 32 32 view_by_zoom = [_("Year"), _("Month"), _("Day"), _("Hour")]
