/usr/share/pyshared/pyxid/constants.py is in python-pyxid 1.0-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | # -*- coding: utf-8 -*-
NO_KEY_DETECTED, FOUND_KEY_DOWN, FOUND_KEY_UP = range(3)
KEY_RELEASE_BITMASK = 0x10
INVALID_PORT_BITS = 0x0C
|