File: gnome-osd-client.in

package info (click to toggle)
gnome-osd 0.11.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 896 kB
  • ctags: 259
  • sloc: sh: 2,085; python: 2,046; xml: 146; makefile: 120
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 client

client.main()