Changeset 3053
- Timestamp:
- 11/12/06 15:56:18 (18 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/edpykota
r2970 r3053 254 254 if options["add"] : 255 255 percent.display("\n%s...\n" % _("Creation")) 256 dicnames = {} 257 for m in entries : 258 dicnames[m.Name] = None 259 for name in names : 260 if not dicnames.has_key(name) : 261 self.printInfo(_("Impossible to create print quota entries if the user or group object '%s' doesn't already exist. Please use pkusers to create it first.") % name, "warn") 256 if not entries : 257 self.printInfo(_("No entry matches %s. Please use pkusers to create them first.") % (" ".join(names)), "warn") 262 258 263 259 factory = globals()["Storage%sPQuota" % suffix] -
pykota/trunk/pykota/version.py
r3048 r3053 22 22 # 23 23 24 __version__ = "1.25alpha1 5_unofficial"24 __version__ = "1.25alpha16_unofficial" 25 25 26 26 __doc__ = "PyKota : a complete Printing Quota Solution for CUPS."