File: import-test

package info (click to toggle)
python-proton-vpn-local-agent 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 480 kB
  • sloc: python: 429; makefile: 36; sh: 12
file content (5 lines) | stat: -rw-r--r-- 106 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

set -e

python3 -c "from proton.vpn import local_agent; print('Module imported successfully')"