Commit a4a803c2 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix a wrong module name.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16586 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3ba5ee7e
...@@ -45,7 +45,7 @@ from OFS.Traversable import NotFound ...@@ -45,7 +45,7 @@ from OFS.Traversable import NotFound
from difflib import unified_diff from difflib import unified_diff
from cStringIO import StringIO from cStringIO import StringIO
from zLOG import LOG from zLOG import LOG
from warning import warn from warnings import warn
from urllib import pathname2url, urlopen, splittype, urlretrieve from urllib import pathname2url, urlopen, splittype, urlretrieve
import re import re
from xml.dom.minidom import parse from xml.dom.minidom import parse
......
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