Ignore:
Timestamp:
Dec 23, 2011, 1:09:01 PM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
aded2d1
Parents:
94a4825
git-author:
Jessica B. Hamrick <jhamrick@…> (12/23/11 13:09:01)
git-committer:
Jessica B. Hamrick <jhamrick@…> (12/23/11 13:09:01)
Message:

Constants; small changes in printer

File:
1 edited

Legend:

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

    r5e44432 rf6e2532  
    11from attribute import Attribute
    22from attributegroup import AttributeGroup
    3 from constants import Tags, StatusCodes
    43from request import Request
    54from value import Value
     5
    66import constants
     7from constants import *
     8
    79import exceptions as errors
    810
     
    1113
    1214__all__ = ['Attribute', 'AttributeGroup', 'Request', 'Value',
    13            'Tags', 'StatusCodes', 'ops', 'errors', 'constants']
     15           'ops', 'errors', 'constants']
     16__all__.extend(constants.__all__)
Note: See TracChangeset for help on using the changeset viewer.