~rockstar/entertainer/package-structure-apocalypse

« back to all changes in this revision

Viewing changes to entertainer-preferences

  • Committer: Paul Hummer
  • Date: 2009-04-30 01:11:22 UTC
  • Revision ID: paul@eventuallyanyway.com-20090430011122-17be1lws6gbxtwb6
Moved entertainerlib.frontend to entertainerlib.client

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
import gtk
5
5
 
6
 
from entertainerlib.frontend.translation_setup import TranslationSetup
 
6
from entertainerlib.client.translation_setup import TranslationSetup
7
7
TranslationSetup()
8
8
 
9
9
from entertainerlib.utils.preferences_dialog import PreferencesDialog