/[gnue]/gnue-common/src/apps/GBaseApp.py
ViewVC logotype

Diff of /gnue-common/src/apps/GBaseApp.py

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

revision 1.41 by btami, Mon Oct 6 09:58:31 2003 UTC revision 1.42 by jcater, Wed Nov 26 21:26:51 2003 UTC
# Line 42  import gettext Line 42  import gettext
42  from gnue.common.utils.TextUtils import lineWrap  from gnue.common.utils.TextUtils import lineWrap
43  from gnue import paths  from gnue import paths
44  import locale  import locale
45    import __builtin__
46    
47  # Mac has problems with LC_ALL...  # Mac has problems with LC_ALL...
48  try:  try:
49    locale.setlocale(locale.LC_ALL, '')    locale.setlocale(locale.LC_ALL, '')
50  except:  except:
51    pass    pass
     
 # Important for now _() to be defined here  
 import __builtin__  
 __builtin__.__dict__['_'] = lambda string:string  
   
52    
53  from gnue.common.apps import GDebug  from gnue.common.apps import GDebug
54  from gnue.common.datasources import GConnections  from gnue.common.datasources import GConnections

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26