docs: fix 'make doxygen' under python3
[vpp.git] / doxygen / siphon / process_clicmd.py
index 9b3bd35..231c7a7 100644 (file)
@@ -14,7 +14,8 @@
 
 # Generate clicmd formatted output
 
-import process, parsers
+from . import process, parsers
+
 
 class SiphonCLICMD(process.Siphon):
 
@@ -25,7 +26,6 @@ class SiphonCLICMD(process.Siphon):
         super(SiphonCLICMD, self).__init__(*args, **kwargs)
         self._parser = parsers.MacroInitializer()
 
-
     # Output renderers
 
     def index_sort_key(self, group):