[gen] Bugfix.

This commit is contained in:
Gaetan Delannay 2014-08-07 14:17:21 +02:00
parent c8a9c04141
commit f8d5cb546d

View file

@ -13,7 +13,7 @@ from appy.gen.layout import Table, defaultPageLayouts
from appy.gen.descriptors import WorkflowDescriptor, ClassDescriptor
from appy.shared import utils as sutils
from appy.shared.data import rtlLanguages
from appy.shared.xml_parser import XmlMarshaller
from appy.shared.xml_parser import XmlMarshaller, XmlUnmarshaller
from appy.shared.diff import HtmlDiff
# ------------------------------------------------------------------------------