File: python3-gi

package info (click to toggle)
libitl-gobject 0.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: ansic: 702; makefile: 38; javascript: 35; sh: 7
file content (11 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

python3 <<EOF
import gi
gi.require_version('Itl', '1.0')
from gi.repository import Itl

prayer = Itl.Prayer()
prayer.setMethod(0);
EOF