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
RevLine 
[91abb7f]1from attribute import Attribute
2from attributegroup import AttributeGroup
3from request import Request
4from value import Value
5from constants import Tags
[08a764a]6import operations as ops
[71bfce0]7import exceptions as errors
[08a764a]8
[71bfce0]9__all__ = ['Attribute', 'AttributeGroup', 'Request', 'Value', 'Tags', 'ops', 'errors']
Note: See TracBrowser for help on using the repository browser.