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 python3 -c 'import xattr; print(xattr); print(xattr.__version__)'
10 python3-dbg -c 'import xattr; print(xattr); print(xattr.__version__)'