Changeset 365

Show
Ignore:
Timestamp:
08/09/08 14:33:10 (5 months ago)
Author:
jong
Message:

don't print theme name

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/chameleo/glux/theme.py

    r346 r365  
    3535    global currentTheme, currentThemeName 
    3636     
    37     print themeName 
    3837    f = os.path.join(basedir, "theme", themeName, "theme.xml") 
    3938    currentTheme = XML_Objectify(f).make_instance()