Changeset 751
- Timestamp:
- 02/08/03 00:24:38 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/warnpykota
r730 r751 17 17 # 18 18 # $Log$ 19 # Revision 1.5 2003/02/07 23:24:38 jalet 20 # Empty line deleted 21 # 19 22 # Revision 1.4 2003/02/06 23:25:40 jalet 20 23 # Cleaner docstring … … 95 98 def main(self, options) : 96 99 """Warn users or groups over print quota.""" 97 98 100 printernames = self.storage.getMatchingPrinters(options["printer"]) 99 101 if not printernames :