hal/tools/device-manager hal-device-manager.in,NONE,1.1.2.1
David Zeuthen
david at freedesktop.org
Mon Nov 8 14:28:56 PST 2004
Update of /cvs/hal/hal/tools/device-manager
In directory gabe:/tmp/cvs-serv3838
Added Files:
Tag: hal-0_4-stable-branch
hal-device-manager.in
Log Message:
forgot to add file
--- NEW FILE: hal-device-manager.in ---
#!/usr/bin/python
"""This is the main executable for DeviceManager. GTK+/Glade code is based
on simplepy from Shannon -jj Behrens <jjinux at yahoo.com>"""
import sys
import pygtk
import gtk
import gnome
sys.path.append('@DATADIR@/hal/device-manager')
import Const
import LibGladeApplication
from DeviceManager import DeviceManager
gnome.program_init(Const.NAME, Const.VERSION)
DeviceManager()
gtk.main()
More information about the hal-commit
mailing list