Ignore:
Timestamp:
Mar 10, 2011, 11:16:39 PM (13 years ago)
Author:
Quentin Smith <quentin@…>
Branches:
no-cups
Children:
dc37ed0
Parents:
91abb7f
git-author:
Quentin Smith <quentin@…> (03/10/11 23:16:39)
git-committer:
Quentin Smith <quentin@…> (03/10/11 23:16:39)
Message:

Improve the repr of IPP request parts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/ipp/attributegroup.py

    r7a1c039 r94211df  
    103103        # concatenate everything and return
    104104        return tag + ''.join(attributes)
     105
     106    def __repr__(self):
     107        return '<IPPAttributeGroup (%r, %r)>' % (self.attribute_group_tag, self.attributes)
Note: See TracChangeset for help on using the changeset viewer.