HOME


Mini Shell 1.0
DIR: /proc/thread-self/root/usr/lib/python3/dist-packages/landscape/lib/
Upload File :
Current File : //proc/thread-self/root/usr/lib/python3/dist-packages/landscape/lib/base64.py
from landscape.lib.compat import _PY3

if _PY3:
    from base64 import decodebytes  # noqa
else:
    from base64 import decodestring as decodebytes  # noqa