File: simple

package info (click to toggle)
python-pyxattr 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 228 kB
  • sloc: ansic: 954; python: 483; makefile: 103; sh: 16
file content (10 lines) | stat: -rwxr-xr-x 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# switch directory into temp dir to ensure we don't try to use the
# 'xattr.so' from the source package (if autopkgtest has built the
# package):
cd "$AUTOPKGTEST_TMP/"

# and now simply import the modules:
python3 -c 'import xattr; print(xattr); print(xattr.__version__)'
python3-dbg -c 'import xattr; print(xattr); print(xattr.__version__)'