Changeset 732 for pykota/trunk/bin
- Timestamp:
- 02/07/03 01:08:52 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/repykota
r731 r732 17 17 # 18 18 # $Log$ 19 # Revision 1.3 2003/02/07 00:08:52 jalet 20 # Typos 21 # 19 22 # Revision 1.2 2003/02/06 23:58:05 jalet 20 23 # repykota should be ok … … 91 94 if options["users"] : 92 95 print "User used soft hard grace" 93 print "------------------------------------------- "96 print "-----------------------------------------------------------" 94 97 for name in self.storage.getPrinterUsers(printer) : 95 98 quota = self.storage.getUserPQuota(name, printer) … … 97 100 else : 98 101 print "Group used soft hard grace" 99 print "------------------------------------------- "102 print "-----------------------------------------------------------" 100 103 for name in self.storage.getPrinterGroups(printer) : 101 104 quota = self.storage.getGroupPQuota(name, printer)