Commit 564b6751 authored by 's avatar

Removed unused reference to cStringIO

parent 15a87553
...@@ -89,12 +89,11 @@ ...@@ -89,12 +89,11 @@
in favor of a standard xml package once some issues are in favor of a standard xml package once some issues are
worked out.""" worked out."""
__version__='$Revision: 1.9 $'[11:-2] __version__='$Revision: 1.10 $'[11:-2]
import sys, os, string import sys, os, string
import Shared.DC.xml.xmllib import Shared.DC.xml.xmllib
from Acquisition import Implicit from Acquisition import Implicit
from cStringIO import StringIO
type_document=0 type_document=0
......
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