Commit 4eddd941 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Forgot to import some modules.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2296 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 12e73a99
......@@ -900,6 +900,11 @@ DCWorkflowDefinition.notifySuccess = ERP5DCWorkflow.notifySuccess
##############################################################################
# Make sure the xml export will be ordered
from Shared.DC.xml import ppml
from base64 import encodestring
from cStringIO import StringIO
from ZODB.referencesf import referencesf
from ZODB.ExportImport import TemporaryFile
from pickle import Pickler, EMPTY_DICT, MARK, DICT
from cPickle import loads, dumps
from types import *
......@@ -1068,7 +1073,6 @@ class Global:
return '%s<%s%s name="%s" module="%s"/>\n' % (
' '*indent, name, id, self.name, self.module)
from Shared.DC.xml import ppml
ppml.Global = Global
class Scalar:
......
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