Changeset 4295

Show
Ignore:
Timestamp:
03/06/09 16:10:00 (4 years ago)
Author:
gpolo
Message:

Adjusted example to work with the current paths.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/umit/gui/Splash.py

    r4240 r4295  
    7676 
    7777if __name__ == "__main__": 
    78     from os.path import join 
    79     s = Splash(join(".", "share", "pixmaps", "splash.png")) 
     78    import os 
     79    s = Splash(os.path.join(".", "share", "pixmaps", "umit", "splash.png")) 
    8080    gtk.main()