source: server/lib/gutenbach/ipp/__init__.py @ 08a764a

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

Add operations as 'ops' in ipp/init.py

  • Property mode set to 100644
File size: 256 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
7
8__all__ = ['Attribute', 'AttributeGroup', 'Request', 'Value', 'Tags', 'ops']
Note: See TracBrowser for help on using the repository browser.