Commit 7fd695dd authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove pdb, sorry.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19214 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8c96b0a5
......@@ -196,8 +196,6 @@ def DateTime_parse(self, st, datefmt=getDefaultDateFormat()):
year=ints[2]
del ints[:3]
import pdb; pdb.set_trace()
day = None
if day is None:
# Use today's date.
year,month,day = localtime(time())[:3]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment