Changeset 94211df for server/lib/ipp/attributegroup.py
- Timestamp:
- Mar 10, 2011, 11:16:39 PM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/lib/ipp/attributegroup.py
r7a1c039 r94211df 103 103 # concatenate everything and return 104 104 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.