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/ippattribute.py

    r75c0cab r569c377  
    6464        for value in values:
    6565            assert isinstance(value, Value), \
    66                    "Value must be of type Value"
     66                   "Value %r must be of type Value" % (value)
    6767
    6868        self.name = name
Note: See TracChangeset for help on using the changeset viewer.