]> granicus.if.org Git - zziplib/commit
docs: more carefully handle relative module imports
authorPatrick Steinhardt <ps@pks.im>
Thu, 23 May 2019 20:15:31 +0000 (22:15 +0200)
committerPatrick Steinhardt <ps@pks.im>
Thu, 1 Aug 2019 08:14:04 +0000 (10:14 +0200)
commit05a6e4bffd3ac04f3fff96310800d6d7d5c54f6c
tree3520d07df5caed023ba22f07b164d2b5048b9f04
parentc5f1715ff20824ffe098b3da9a6381ac36d9244d
docs: more carefully handle relative module imports

The way how relative module imports are handled has changed with Python
3, causing it to throw exceptions when we try to import zzipdoc.*
modules.

Fix this by specifying the base module from which we import fo fix
compatibility with Python 3.
docs/zzipdoc/commentmarkup.py
docs/zzipdoc/dbk2htm.py
docs/zzipdoc/docbookdocument.py
docs/zzipdoc/functionheader.py
docs/zzipdoc/functionlisthtmlpage.py
docs/zzipdoc/functionlistreference.py
docs/zzipdoc/functionprototype.py
docs/zzipdoc/htm2dbk.py
docs/zzipdoc/htmldocument.py
docs/zzipdoc/options.py
docs/zzipdoc/textfileheader.py