File: basic-import-py3

package info (click to toggle)
python-opcua 0.98.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,416 kB
  • sloc: xml: 100,106; python: 48,535; makefile: 168; sh: 7
file content (3 lines) | stat: -rwxr-xr-x 98 bytes parent folder | download | duplicates (2)
1
2
3
#!/bin/sh

python3 -c 'import logging; logging.basicConfig(); import opcua; print(opcua.__doc__)'