Changeset 751

Show
Ignore:
Timestamp:
05/29/07 00:11:17 (6 years ago)
Author:
ggpolo
Message:

small fixes

Location:
branch/ggpolo
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branch/ggpolo/umitInventory/timeline-demo.py

    r750 r751  
    2424from os.path import join, split 
    2525from gettext import gettext as _ 
    26  
    2726from umitCore.Paths import Path 
     27 
    2828Path.set_umit_conf(join(split(__file__)[0], 'config', 'umit.conf')) 
    2929 
    30 import tl 
     30import umitInventory.tl as tl 
    3131 
    3232view_by_zoom = [_("Year"), _("Month"), _("Day"), _("Hour")]