Changeset 1078 for pykota/trunk/bin
- Timestamp:
- 07/09/03 08:03:41 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/edpykota
r1070 r1078 23 23 # 24 24 # $Log$ 25 # Revision 1.53 2003/07/09 06:03:41 jalet 26 # Fixed typo when using edpykota --prototype 27 # 25 28 # Revision 1.52 2003/07/07 12:11:13 jalet 26 29 # Small fix … … 430 433 if options["prototype"] : 431 434 if protoentry.Exists : 432 protoquota = getattr(self.storage, "get% PQuota" % suffix)(protoentry, printer)435 protoquota = getattr(self.storage, "get%sPQuota" % suffix)(protoentry, printer) 433 436 if not protoquota.Exists : 434 437 self.logger.log_message(_("Prototype %s not found in Quota Storage for printer %s.") % (protoentry.Name, printer.Name))