home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / python-support / python2.6 / GMenuSimpleEditor / main.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  787 b   |  20 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4.  
  5. def main(args):
  6.     import locale
  7.     import gettext
  8.     import pygtk
  9.     pygtk.require('2.0')
  10.     import gtk
  11.     import gtk.glade as gtk
  12.     import maindialog
  13.     import config
  14.     locale.setlocale(locale.LC_ALL, '')
  15.     gettext.install(config.PACKAGE, config.LOCALEDIR)
  16.     gtk.glade.bindtextdomain(config.PACKAGE, config.LOCALEDIR)
  17.     dialog = maindialog.MenuEditorDialog(args)
  18.     gtk.main()
  19.  
  20.