diff src/tools/xml_tools.py @ 645:17bd09cd1001

core: misc bug fixes
author Goffi <goffi@goffi.org>
date Sat, 21 Sep 2013 15:34:10 +0200
parents 0b914394e74f
children 56f8a9c99194
line wrap: on
line diff
--- a/src/tools/xml_tools.py	Sun Sep 08 14:59:14 2013 +0200
+++ b/src/tools/xml_tools.py	Sat Sep 21 15:34:10 2013 +0200
@@ -21,7 +21,7 @@
 from xml.dom import minidom
 from wokkel import data_form
 from twisted.words.xish import domish
-from core import exceptions
+from sat.core import exceptions
 
 """This library help manage XML used in SàT (parameters, registration, etc) """