criu/lib/py/images
Radostin Stoyanov b25d1facae pb2dict: Disable undefined name 'basestring'
The following error is falsely reported by flake8:

lib/py/images/pb2dict.py:266:24: F821 undefined name 'basestring'

This error occurs because `basestring` is not available in Python 3,
however the if condition on the line above ensures that this error
will not occur at run time.

Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
2019-09-07 15:59:55 +03:00
..
.gitignore build: pycriu -- Move into lib/py 2016-02-19 14:32:19 +03:00
__init__.py crit: make crit python2/python3 compatible 2018-07-09 18:25:16 +03:00
images.py crit-images: Fix reference to ipc_msg() 2018-10-30 19:28:19 +03:00
Makefile Makefiles: auto-detect python version - prefer python2 2018-07-09 18:25:16 +03:00
pb2dict.py pb2dict: Disable undefined name 'basestring' 2019-09-07 15:59:55 +03:00