mailr9762 - /branches/bmrb/relax_errors.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 13, 2009 - 19:33:
Author: bugman
Date: Tue Oct 13 19:33:29 2009
New Revision: 9762

URL: http://svn.gna.org/viewcvs/relax?rev=9762&view=rev
Log:
Created the RelaxNoneListIntError class.


Modified:
    branches/bmrb/relax_errors.py

Modified: branches/bmrb/relax_errors.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/relax_errors.py?rev=9762&r1=9761&r2=9762&view=diff
==============================================================================
--- branches/bmrb/relax_errors.py (original)
+++ branches/bmrb/relax_errors.py Tue Oct 13 19:33:29 2009
@@ -400,6 +400,11 @@
 class RelaxListIntError(BaseArgError):
     list_types = [LIST_INT]
 
+# List of integers.
+class RelaxNoneListIntError(BaseArgError):
+    simple_types = [NONE]
+    list_types = [LIST_INT]
+
 # List of numbers.
 class RelaxListNumError(BaseArgError):
     list_types = [LIST_NUM]




Related Messages


Powered by MHonArc, Updated Tue Oct 13 20:20:05 2009