Ignore:
Timestamp:
Mar 5, 2011, 10:42:40 PM (13 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
5cfb358
Parents:
cf1d291
git-author:
Jessica B. Hamrick <jhamrick@…> (03/05/11 22:42:40)
git-committer:
Jessica B. Hamrick <jhamrick@…> (03/05/11 22:42:40)
Message:

Change IPPValue, IPPAttribute, IPPAttributeGroup, and IPPRequest to Value, Attribute, AttributeGroup?, and Request, respectively, to make things a little less verbose

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/ippvalue.py

    r2646571 rebf327d  
    77logger = logging.getLogger("ippLogger")
    88
    9 class IPPValue():
     9class Value():
    1010    """
    1111    An IPP value consists of a tag and a value, and optionally, a name.
     
    2727    def __init__(self, value_tag, value, unpack=True):
    2828        """
    29         Initialize an IPPValue:
     29        Initialize a Value:
    3030
    3131        Arguments:
Note: See TracChangeset for help on using the changeset viewer.