File: python3

package info (click to toggle)
libpeas2 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,808 kB
  • sloc: ansic: 8,018; cpp: 319; python: 178; javascript: 52; xml: 47; sh: 21; makefile: 17
file content (6 lines) | stat: -rwxr-xr-x 131 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/python3

import gi
gi.require_version('Peas', '2')
from gi.repository import Peas
Peas.Engine().enable_loader("python")