home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / python2.4 / site-packages / hwdb_client / Constants.py < prev    next >
Encoding:
Python Source  |  2006-08-16  |  420 b   |  21 lines

  1. """This file contains global constants."""
  2.  
  3. import gettext
  4. def _(x): return x
  5.  
  6.  
  7. NAME = "hwdb-client"
  8. NAME_LONG = _("Ubuntu Hardware Database Client")
  9. VERSION = "0.1"
  10. COPYRIGHT = _("Copyright (C) 2005 Oliver Grawert.")
  11. INFO = _("This application collects information about\n"
  12.          "hardware on your system""")
  13. AUTHORS = [
  14.     "Oliver Grawert (ogra) <hostmaster@grawert.net>",
  15. ]
  16.  
  17. DATADIR = "/usr/share/hwdb-client"
  18.  
  19.  
  20.  
  21.