commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/common/src GBaseApp.py


From: Jan Ischebeck
Subject: gnue/common/src GBaseApp.py
Date: Sun, 21 Apr 2002 18:56:15 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/04/21 18:56:15

Modified files:
        common/src     : GBaseApp.py 

Log message:
        fixed " typo

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/GBaseApp.py.diff?tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: gnue/common/src/GBaseApp.py
diff -c gnue/common/src/GBaseApp.py:1.11 gnue/common/src/GBaseApp.py:1.12
*** gnue/common/src/GBaseApp.py:1.11    Fri Apr 19 22:36:35 2002
--- gnue/common/src/GBaseApp.py Sun Apr 21 18:56:15 2002
***************
*** 99,108 ****
      # Python version check
      try:
        if sys.hexversion < 0x02000000:
!         self.handleStartupError ('This application requires Python 2.0 or 
greater.  You are running Python %s' % sys.version[:5]")
      except AttributeError:
        # Really, really old version of Python...
!       self.handleStartupError ('This application requires Python 2.0 or 
greater.")
  
  
      #
--- 99,108 ----
      # Python version check
      try:
        if sys.hexversion < 0x02000000:
!         self.handleStartupError ('This application requires Python 2.0 or 
greater.  You are running Python %s' % sys.version[:5])
      except AttributeError:
        # Really, really old version of Python...
!       self.handleStartupError ('This application requires Python 2.0 or 
greater.')
  
  
      #



reply via email to

[Prev in Thread] Current Thread [Next in Thread]