[Checkins] SVN: z3c.checkversions/trunk/z3c/checkversions/base.py oops bad comment

Christophe Combelles ccomb at free.fr
Thu Jul 8 18:51:33 EDT 2010


Log message for revision 114359:
  oops bad comment
  

Changed:
  U   z3c.checkversions/trunk/z3c/checkversions/base.py

-=-
Modified: z3c.checkversions/trunk/z3c/checkversions/base.py
===================================================================
--- z3c.checkversions/trunk/z3c/checkversions/base.py	2010-07-08 22:49:05 UTC (rev 114358)
+++ z3c.checkversions/trunk/z3c/checkversions/base.py	2010-07-08 22:51:32 UTC (rev 114359)
@@ -19,9 +19,6 @@
 _final_parts = '*final-', '*final'
 def _final_version(parsed_version):
     """Function copied from zc.buildout.easy_install._final_version
-
-    >>> 1+1
-    >>>
     """
     for part in parsed_version:
         if (part[:1] == '*') and (part not in _final_parts):



More information about the checkins mailing list