Author: johannes
Date: 2005-07-06 08:06:21 -0500 (Wed, 06 Jul 2005)
New Revision: 7688

Modified:
   trunk/gnue-common/src/utils/dbf.py
Log:
Don't check for a maximum number of fields


Modified: trunk/gnue-common/src/utils/dbf.py
===================================================================
--- trunk/gnue-common/src/utils/dbf.py  2005-07-06 13:05:06 UTC (rev 7687)
+++ trunk/gnue-common/src/utils/dbf.py  2005-07-06 13:06:21 UTC (rev 7688)
@@ -158,7 +158,7 @@
 
       append ((fieldName, fieldType, fieldLen, decCount, hasIndex))
 
-    if not self.fields or len (self.fields) > 128:
+    if not self.fields:
       raise InvalidFormatError, "Invalid field count"
 
 



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to