Ignore:
Timestamp:
Mar 10, 2011, 2:04:52 AM (13 years ago)
Author:
Quentin Smith <quentin@…>
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)
Message:

Err, make it work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/ippattributegroup.py

    ra76f440 r569c377  
    3434
    3535        if attribute_group_tag is not None:
    36             assert isinstance(attribute_group_tag, char), \
     36            assert isinstance(attribute_group_tag, int), \
    3737                   "attribute_group_tag must be a character!"
    3838           
    3939
    4040        self.attribute_group_tag = attribute_group_tag
    41         self.attributes[]
     41        self.attributes = []
    4242        self.extend(attributes)
    4343
Note: See TracChangeset for help on using the changeset viewer.