Changeset 1078

Show
Ignore:
Timestamp:
07/09/03 08:03:41 (21 years ago)
Author:
jalet
Message:

Fixed typo when using edpykota --prototype

Location:
pykota/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r1070 r1078  
    2323# 
    2424# $Log$ 
     25# Revision 1.53  2003/07/09 06:03:41  jalet 
     26# Fixed typo when using edpykota --prototype 
     27# 
    2528# Revision 1.52  2003/07/07 12:11:13  jalet 
    2629# Small fix 
     
    430433            if options["prototype"] : 
    431434                if protoentry.Exists : 
    432                     protoquota = getattr(self.storage, "get%PQuota" % suffix)(protoentry, printer) 
     435                    protoquota = getattr(self.storage, "get%sPQuota" % suffix)(protoentry, printer) 
    433436                    if not protoquota.Exists : 
    434437                        self.logger.log_message(_("Prototype %s not found in Quota Storage for printer %s.") % (protoentry.Name, printer.Name)) 
  • pykota/trunk/NEWS

    r1077 r1078  
    2222PyKota NEWS : 
    2323 
     24    - 1.14alpha2 : 
     25     
     26        - Typo fixed when using the --prototype option to edpykota 
     27         
    2428    - 1.14alpha1 : 
    2529     
  • pykota/trunk/pykota/version.py

    r1077 r1078  
    2121# 
    2222 
    23 __version__ = "1.14alpha1_unofficial" 
     23__version__ = "1.14alpha2_unofficial" 
    2424 
    2525__doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""