D25632: Fix module imports with Python3

Friedrich W. H. Kossebau noreply at phabricator.kde.org
Tue Jan 14 06:06:23 GMT 2020


kossebau added a comment.


  No python developer myself, but from patterns seen I guess the imports should have some
  
    if sys.version_info.major < 3:
        // python2 import style
    else:
        // python3 import style
  
  ?

REPOSITORY
  R264 KApiDox

REVISION DETAIL
  https://phabricator.kde.org/D25632

To: cordlandwehr, ochurlaud
Cc: kossebau, 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/b4d5dcd5/attachment.html>


More information about the kde-doc-english mailing list