commit-gnue
[Top][All Lists]
Advanced

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

r5003 - trunk/gnue-forms/src


From: btami
Subject: r5003 - trunk/gnue-forms/src
Date: Fri, 19 Dec 2003 10:54:17 -0600 (CST)

Author: btami
Date: 2003-12-19 10:54:16 -0600 (Fri, 19 Dec 2003)
New Revision: 5003

Modified:
   trunk/gnue-forms/src/GFInstance.py
Log:
changed listdir filtering from cvs to svn

Modified: trunk/gnue-forms/src/GFInstance.py
===================================================================
--- trunk/gnue-forms/src/GFInstance.py  2003-12-18 15:35:39 UTC (rev 5002)
+++ trunk/gnue-forms/src/GFInstance.py  2003-12-19 16:54:16 UTC (rev 5003)
@@ -191,7 +191,7 @@
       basedir +='/dialogs/'
       for dialogName in dircache.listdir(basedir):
          #try:
-           if dialogName[0] != '_' and dialogName != 'CVS' and dialogName != 
'.cvsignore':
+           if dialogName[0] != '_' and dialogName != '.svn':
 
              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]