3 # switch directory into temp dir to ensure we don't try to use the
4 # 'xattr.so' from the source package (if autopkgtest has built the
8 # and now simply import the modules:
9 python2 -c 'import xattr; print xattr; print xattr.__version__'
10 python2-dbg -c 'import xattr; print xattr; print xattr.__version__'
11 python3 -c 'import xattr; print(xattr); print(xattr.__version__)'
12 python3-dbg -c 'import xattr; print(xattr); print(xattr.__version__)'