hal/tools/device-manager hal-device-manager.in,NONE,1.1

David Zeuthen david at freedesktop.org
Thu Nov 4 15:32:07 PST 2004


Update of /cvs/hal/hal/tools/device-manager
In directory gabe:/tmp/cvs-serv2731

Added Files:
	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