[bitbake-devel] [PATCH] lib: remove unused imports

Ross Burton ross.burton at intel.com
Wed Jan 15 13:54:36 UTC 2020


You went too far:

Traceback (most recent call last):
   File "/home/ross/Yocto/poky/bitbake/bin/bitbake", line 19, in <module>
     import bb
   File "/home/ross/Yocto/poky/bitbake/lib/bb/__init__.py", line 74, in 
<module>
     import bb.msg
   File "/home/ross/Yocto/poky/bitbake/lib/bb/msg.py", line 18, in <module>
     import bb.event
   File "/home/ross/Yocto/poky/bitbake/lib/bb/event.py", line 23, in 
<module>
     import bb.exceptions
   File "/home/ross/Yocto/poky/bitbake/lib/bb/exceptions.py", line 10, 
in <module>
     class TracebackEntry(namedtuple.abc):
AttributeError: 'function' object has no attribute 'abc'

Ross


More information about the bitbake-devel mailing list