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

Fix some errors in ipp/

File:
1 edited

Legend:

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

    r71bfce0 rf6c6897  
    33from request import Request
    44from value import Value
    5 from constants import Tags
     5from constants import Tags, StatusCodes
    66import operations as ops
    77import exceptions as errors
    88
    9 __all__ = ['Attribute', 'AttributeGroup', 'Request', 'Value', 'Tags', 'ops', 'errors']
     9__all__ = ['Attribute', 'AttributeGroup', 'Request', 'Value',
     10           'Tags', 'StatusCodes', 'ops', 'errors']
Note: See TracChangeset for help on using the changeset viewer.