Files
opkg-utils/makePackage
Alejandro del Castillo 9e2381d9c7 migrate to python 3
General fixes
* Add __future__ imports
* Use print function instead of print statement
* Use new style classes
* Iterate over list, instead of over object.keys()
* Use six.iteritems  instead of iteritems()

opkg.py:
* Add conditional to decode string if needed in Package:read_control

arfile.py
* Add seekable method to FileSection class (needed by tarfile)

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
2016-06-01 17:17:44 -05:00

451 B
Executable File