File: python3

package info (click to toggle)
libpeas 1.36.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,692 kB
  • sloc: ansic: 12,266; python: 206; sh: 80; xml: 44; makefile: 28; javascript: 13
file content (6 lines) | stat: -rwxr-xr-x 134 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/usr/bin/python3

import gi
gi.require_version('Peas', '1.0')
from gi.repository import Peas
Peas.Engine().enable_loader("python3")