~ubuntu-branches/ubuntu/saucy/pycocuma/saucy

« back to all changes in this revision

Viewing changes to pycocumalib/MainController.py

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2011-09-08 10:55:10 UTC
  • mfrom: (4.2.2 sid)
  • Revision ID: package-import@ubuntu.com-20110908105510-2cpevry8mstory7a
Tags: 0.4.5-6-7
* Convert to dh_python2 and 3.0 (quilt).
* Fix DelJournal, spotted by Nico Latzer.  Closes: #631471.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
            self.splash.show()
67
67
        import locale    
68
68
        locale.setlocale(locale.LC_ALL, '')
 
69
        locale.setlocale(locale.LC_NUMERIC, 'C')
69
70
        self.model = MainModel()
70
71
        if not self.nogui:
71
72
            tkroot = None