D26652: Unbreak module imports for Python2
Ben Cooksley
noreply at phabricator.kde.org
Tue Jan 14 09:19:28 GMT 2020
bcooksley added inline comments.
INLINE COMMENTS
> frameworkdb.py:39
> +else:
> + import kapidox.depdiagram.gvutils
> + from kapidox.depdiagram.framework import Framework
This probably needs to be `import gvutils from kapidox.depdiagram` otherwise any calling code will need to be `kapidox.depdiagram.gvutils.<whatever>` instead of just `fvutils.<whatever>` (unless Python3 allows something special i'm not aware of)
REPOSITORY
R264 KApiDox
REVISION DETAIL
https://phabricator.kde.org/D26652
To: kossebau, ochurlaud, cordlandwehr
Cc: bcooksley, awilcox, kde-frameworks-devel, kde-doc-english, LeGast00n, gennad, fbampaloukas, GB_2, michaelh, ngraham, bruns, skadinna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-doc-english/attachments/20200114/021eeaa9/attachment.html>
More information about the kde-doc-english
mailing list