News

Importing krpc - name long is not defined (python 3.4.3) #330 Closed seckujdivad opened this issue on Aug 5, 2016 · 2 comments ...
"reload" is a Python 2 builtin and not available under Python 3. Going through the code I could find 3 occurrences: modules/ebuild.py:68: portage = reload (portage) modules/ebuild.py:74: portage = ...