home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / checkbox / registries / dmi.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-10-12  |  623 b   |  13 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from checkbox.properties import String
  5. from checkbox.registries.command import CommandRegistry
  6.  
  7. class DmiRegistry(CommandRegistry):
  8.     '''Registry for dmi information.'''
  9.     command = String(default = 'dmidecode')
  10.     user = String(default = 'root')
  11.  
  12. factory = DmiRegistry
  13.