예제 #1
0
	def __init__(self):
		self.__wacom = Wacom()
		self.__xrandr = findCmd('xrandr')
예제 #2
0
	def __init__(self):
		self.__xsetwacom = findCmd('xsetwacom')
		self.__devices   = self.__findDevices()
예제 #3
0
파일: OSD.py 프로젝트: minad/thinkpad-tools
	def __init__(self):
		self.__osd_cat = findCmd('osd_cat')