Ignore:
Timestamp:
Dec 20, 2011, 1:07:05 PM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
5fe360e
Parents:
cf32fee
git-author:
Jessica B. Hamrick <jhamrick@…> (12/20/11 13:07:05)
git-committer:
Jessica B. Hamrick <jhamrick@…> (12/20/11 13:07:05)
Message:

Add dictionaries to ipp/constants to map attribute names to value tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach/ipp/__init__.py

    r08a764a r71bfce0  
    55from constants import Tags
    66import operations as ops
     7import exceptions as errors
    78
    8 __all__ = ['Attribute', 'AttributeGroup', 'Request', 'Value', 'Tags', 'ops']
     9__all__ = ['Attribute', 'AttributeGroup', 'Request', 'Value', 'Tags', 'ops', 'errors']
Note: See TracChangeset for help on using the changeset viewer.