Author: mark
Date: 2008-08-13 08:28:10 -0600 (Wed, 13 Aug 2008)
New Revision: 3557
Modified:
FormEncode/trunk/formencode/national.py
Log:
importing string is not needed anymore
Modified: FormEncode/trunk/formencode/national.py
===================================================================
--- FormEncode/trunk/formencode/national.py 2008-08-13 14:23:20 UTC (rev 3556)
+++ FormEncode/trunk/formencode/national.py 2008-08-13 14:28:10 UTC (rev 3557)
@@ -1,5 +1,4 @@
import re
-import string
from api import FancyValidator
from compound import Any
from validators import Regex, Invalid, _
|