Changeset 569c377 for server/lib/ippattributegroup.py
- Timestamp:
- Mar 10, 2011, 2:04:52 AM (14 years ago)
- Branches:
- no-cups
- Children:
- 7a1c039
- Parents:
- 0e5cdb3
- git-author:
- Quentin Smith <quentin@…> (03/10/11 02:04:52)
- git-committer:
- Quentin Smith <quentin@…> (03/10/11 02:04:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/lib/ippattributegroup.py
ra76f440 r569c377 34 34 35 35 if attribute_group_tag is not None: 36 assert isinstance(attribute_group_tag, char), \36 assert isinstance(attribute_group_tag, int), \ 37 37 "attribute_group_tag must be a character!" 38 38 39 39 40 40 self.attribute_group_tag = attribute_group_tag 41 self.attributes []41 self.attributes = [] 42 42 self.extend(attributes) 43 43
Note: See TracChangeset
for help on using the changeset viewer.