home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.4)
-
- from base.g import *
- from base import utils
- from prnt import cups
- import os.path as os
- from qt import *
- from nodevicesform_base import NoDevicesForm_base
-
- class NoDevicesForm(NoDevicesForm_base):
-
- def __init__(self, parent = None, name = None, modal = 0, fl = 0):
- NoDevicesForm_base.__init__(self, parent, name, modal, fl)
- self.Icon.setPixmap(QPixmap(os.path.join(prop.image_dir, 'warning.png')))
-
-
- def CUPSButton_clicked(self):
- utils.openURL('http://localhost:631/printers')
- self.close()
-
-
- def ExitButton_clicked(self):
- self.close()
-
-
-