aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doxygen/doxyxml/generated/compound.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doxygen/doxyxml/generated/compound.py')
-rw-r--r--docs/doxygen/doxyxml/generated/compound.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/doxygen/doxyxml/generated/compound.py b/docs/doxygen/doxyxml/generated/compound.py
index 1522ac2..acfa0dd 100644
--- a/docs/doxygen/doxyxml/generated/compound.py
+++ b/docs/doxygen/doxyxml/generated/compound.py
@@ -3,15 +3,17 @@
"""
Generated Mon Feb 9 19:08:05 2009 by generateDS.py.
"""
+from __future__ import absolute_import
+from __future__ import unicode_literals
+
-from string import lower as str_lower
from xml.dom import minidom
from xml.dom import Node
import sys
-import compoundsuper as supermod
-from compoundsuper import MixedContainer
+from . import compoundsuper as supermod
+from .compoundsuper import MixedContainer
class DoxygenTypeSub(supermod.DoxygenType):