home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / hplip / ui / cleaningform2.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2006-08-31  |  833 b   |  17 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. import sys
  5. from base.g import *
  6. from qt import *
  7. import os.path as os
  8. from cleaningform2_base import CleaningForm2_base
  9.  
  10. class CleaningForm2(CleaningForm2_base):
  11.     
  12.     def __init__(self, parent = None, name = None, modal = 0, fl = 0):
  13.         CleaningForm2_base.__init__(self, parent, name, modal, fl)
  14.         self.Icon.setPixmap(QPixmap(os.path.join(prop.image_dir, 'clean.png')))
  15.  
  16.  
  17.