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, _ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ FormEncode-CVS mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/formencode-cvs
