source: server/lib/gutenbach/ipp/__init__.py @ 71bfce0

no-cups
Last change on this file since 71bfce0 was 71bfce0, checked in by Jessica B. Hamrick <jhamrick@…>, 12 years ago

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

  • Property mode set to 100644
File size: 294 bytes
Line 
1from attribute import Attribute
2from attributegroup import AttributeGroup
3from request import Request
4from value import Value
5from constants import Tags
6import operations as ops
7import exceptions as errors
8
9__all__ = ['Attribute', 'AttributeGroup', 'Request', 'Value', 'Tags', 'ops', 'errors']
Note: See TracBrowser for help on using the repository browser.