D25632: Fix module imports with Python3

2020-01-14 Thread Friedrich W. H. Kossebau
kossebau added a comment. D26652 now up as proposal to fix this REPOSITORY R264 KApiDox REVISION DETAIL https://phabricator.kde.org/D25632 To: cordlandwehr, ochurlaud Cc: kossebau, kde-frameworks-devel, kde-doc-english, LeGast00n, gennad, fbampalouka

D25632: Fix module imports with Python3

2020-01-13 Thread Friedrich W. H. Kossebau
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://phabric

D25632: Fix module imports with Python3

2020-01-13 Thread Friedrich W. H. Kossebau
kossebau added a comment. Hi. Sadly api.kde.org failed to pick this change up until yesterday, as I had forgotten a change in the local checkout on my last work on the server, which then blocked the update via scripted git pull. That I fixed partially yesterday, making sure latest KApiDox i

D25632: Fix module imports with Python3

2019-12-01 Thread Andreas Cord-Landwehr
This revision was automatically updated to reflect the committed changes. Closed by commit R264:f8ff31dc9af0: Fix module imports with Python3 (authored by cordlandwehr). REPOSITORY R264 KApiDox CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D25632?vs=70625&id=70721 REVISION DETAIL

D25632: Fix module imports with Python3

2019-12-01 Thread Olivier Churlaud
ochurlaud accepted this revision. ochurlaud added a comment. This revision is now accepted and ready to land. If it still works it's OK to push. REPOSITORY R264 KApiDox BRANCH bugfix/graphvizImportPython3 REVISION DETAIL https://phabricator.kde.org/D25632 To: cordlandwehr, ochurlaud C

D25632: Fix module imports with Python3

2019-12-01 Thread Andreas Cord-Landwehr
cordlandwehr added a reviewer: ochurlaud. REPOSITORY R264 KApiDox REVISION DETAIL https://phabricator.kde.org/D25632 To: cordlandwehr, ochurlaud Cc: kde-frameworks-devel, kde-doc-english, LeGast00n, gennad, fbampaloukas, GB_2, michaelh, ngraham, bruns, skadinna

D25632: Fix module imports with Python3

2019-11-30 Thread Andreas Cord-Landwehr
cordlandwehr created this revision. Herald added projects: Frameworks, Documentation. Herald added subscribers: kde-doc-english, kde-frameworks-devel. cordlandwehr requested review of this revision. REVISION SUMMARY The broken module import was covered by the missleading warning "WARNING Missi