File: gnome-osd-server.in

package info (click to toggle)
gnome-osd 0.12.2-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,144 kB
  • ctags: 284
  • sloc: sh: 3,311; python: 2,221; xml: 146; makefile: 121
file content (5 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#! @PYTHON@
import pygtk; pygtk.require("2.0")
from gnomeosd import server

server.main()