File: python3-aplpy

package info (click to toggle)
aplpy 2.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,420 kB
  • sloc: python: 7,175; makefile: 116; ansic: 88
file content (9 lines) | stat: -rwxr-xr-x 130 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python3

import os
import sys

os.chdir(os.getenv('AUTOPKGTEST_TMP', '/tmp'))
import aplpy

sys.exit(aplpy.test())