[Checkins] SVN: z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/ pep8; removed unneeded import

Reinout van Rees reinout at vanrees.org
Tue Jun 16 09:30:02 EDT 2009


Log message for revision 101080:
  pep8; removed unneeded import

Changed:
  U   z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/tests.py
  U   z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/usercrontab.py

-=-
Modified: z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/tests.py
===================================================================
--- z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/tests.py	2009-06-16 13:28:51 UTC (rev 101079)
+++ z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/tests.py	2009-06-16 13:30:02 UTC (rev 101080)
@@ -16,8 +16,7 @@
 
 optionflags = (doctest.ELLIPSIS
                |doctest.NORMALIZE_WHITESPACE
-               |doctest.REPORT_NDIFF
-               )
+               |doctest.REPORT_NDIFF)
 
 
 def setUp(test):

Modified: z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/usercrontab.py
===================================================================
--- z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/usercrontab.py	2009-06-16 13:28:51 UTC (rev 101079)
+++ z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/usercrontab.py	2009-06-16 13:30:02 UTC (rev 101080)
@@ -9,7 +9,6 @@
 # FOR A PARTICULAR PURPOSE.
 
 import os
-import re
 
 
 PREPEND = '# Generated by %s'



More information about the Checkins mailing list