/[gnue]/gnue-navigator/src/GNClient.py
ViewVC logotype

Diff of /gnue-navigator/src/GNClient.py

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

revision 1.19 by btami, Mon Jun 16 12:39:27 2003 UTC revision 1.20 by btami, Wed Jun 25 23:03:50 2003 UTC
# Line 149  class GNClient(GClientApp): Line 149  class GNClient(GClientApp):
149        else:        else:
150          self.ui_type='text'          self.ui_type='text'
151    
152        if self.ui_type == 'win32':
153          if os.environ.has_key('DISPLAY') or os.name != 'posix':
154            import UIwin32 as interface
155          else:
156            self.ui_type='text'
157    
158      if self.ui_type == 'gui':      if self.ui_type == 'gui':
159        if os.environ.has_key('DISPLAY') or os.name != 'posix':        if os.environ.has_key('DISPLAY') or os.name != 'posix':
160          import UIwxpython as interface          import UIwxpython as interface

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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