// SYSTEM PANEL //
[ROOT]
/
lib
/
python2.7
/
site-packages
/
pycriu
/
images
[ PARENT ]
EDIT :: __init__.py
import sys, os sys.path.append(os.path.dirname(os.path.realpath(__file__))) from .magic import * from .images import * from .pb import *
SAVE
CANCEL