~joshuascotton/entertainer/pluginsV2

« back to all changes in this revision

Viewing changes to entertainer-preferences

  • Committer: Joshua Scotton
  • Date: 2008-08-04 10:16:47 UTC
  • mto: This revision was merged to the branch mainline in revision 263.
  • Revision ID: josh@joshuascotton.com-20080804101647-bc10nbk2d4qwu7jq
moved translation_setup.py to the frontend and adjusted the executable files accordingly

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
except:
14
14
    sys.exit(1)
15
15
    
16
 
from entertainerlib.utils.translation_setup import TranslationSetup
 
16
from entertainerlib.frontend.translation_setup import TranslationSetup
17
17
TranslationSetup()
 
18
 
18
19
from entertainerlib.utils.preferences_dialog import PreferencesDialog
19
20
 
20
21
PreferencesDialog(True)