File: simple

package info (click to toggle)
python-pyxattr 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 252 kB
  • sloc: ansic: 948; python: 483; makefile: 95; sh: 13
file content (9 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/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__)'