home *** CD-ROM | disk | FTP | other *** search
- """This file contains global constants."""
-
- import gettext
- def _(x): return x
-
-
- NAME = "hwdb-client"
- NAME_LONG = _("Ubuntu Hardware Database Client")
- VERSION = "0.1"
- COPYRIGHT = _("Copyright (C) 2005 Oliver Grawert.")
- INFO = _("This application collects information about\n"
- "hardware on your system""")
- AUTHORS = [
- "Oliver Grawert (ogra) <hostmaster@grawert.net>",
- ]
-
- DATADIR = "/usr/share/hwdb-client"
-
-
-
-