/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/main.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/main.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 18 by bh, Tue Aug 28 15:41:52 2001 UTC revision 19 by bh, Tue Sep 4 15:11:27 2001 UTC
# Line 23  import sys Line 23  import sys
23  # something harmless like float("1.2") may fail when run under a non-C  # something harmless like float("1.2") may fail when run under a non-C
24  # locale like de_DE  # locale like de_DE
25  import wxPython.wx  import wxPython.wx
26  import locale  try:
27  locale.setlocale(locale.LC_ALL, "")      import locale
28        locale.setlocale(locale.LC_ALL, "")
29    except ImportError:
30        # the locale module may not be available on some systems
31        pass
32    
33  from application import ThubanApplication  from application import ThubanApplication
34    

Legend:
Removed from v.18  
changed lines
  Added in v.19

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26