commit-gnue
[Top][All Lists]
Advanced

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

gnue-forms/src GFInstance.py


From: Jan Ischebeck
Subject: gnue-forms/src GFInstance.py
Date: Thu, 04 Sep 2003 17:06:51 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-forms
Branch:         
Changes by:     Jan Ischebeck <address@hidden>  03/09/04 17:06:51

Modified files:
        src            : GFInstance.py 

Log message:
        remove ".cvsignore is no dialog" warning

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-forms/src/GFInstance.py.diff?tr1=1.117&tr2=1.118&r1=text&r2=text

Patches:
Index: gnue-forms/src/GFInstance.py
diff -c gnue-forms/src/GFInstance.py:1.117 gnue-forms/src/GFInstance.py:1.118
*** gnue-forms/src/GFInstance.py:1.117  Tue Aug 19 06:24:35 2003
--- gnue-forms/src/GFInstance.py        Thu Sep  4 17:06:51 2003
***************
*** 195,201 ****
        basedir +='/dialogs/'
        for dialogName in dircache.listdir(basedir):
           #try:
!            if dialogName[0] != '_' and dialogName != 'CVS':
  
               if os.path.isfile(basedir+dialogName) and 
os.path.splitext(dialogName)[1] == ".py":
                 dialogName = os.path.splitext(dialogName)[0]
--- 195,201 ----
        basedir +='/dialogs/'
        for dialogName in dircache.listdir(basedir):
           #try:
!            if dialogName[0] != '_' and dialogName != 'CVS' and dialogName != 
'.cvsignore':
  
               if os.path.isfile(basedir+dialogName) and 
os.path.splitext(dialogName)[1] == ".py":
                 dialogName = os.path.splitext(dialogName)[0]




reply via email to

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