Lines Matching defs:sys
27 import sys
34 print("Error: {}".format(str(e)), file=sys.stderr)
39 sys.exit(1)
60 print("Device does not have resolutions.", file=sys.stderr)
235 print("Unable to find a touchpad device.", file=sys.stderr)
333 modalias = open("/sys/class/dmi/id/modalias").read().strip()
386 print("Error: {}".format(e), file=sys.stderr)
389 print("Unable to open device. Please run me as root", file=sys.stderr)
396 sys.exit(main(sys.argv))