source: server/lib/gutenbach/ipp/__init__.py @ 1037115

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

Get rid of individual operations files -- too messy. Go back to having a single requests file for handling requests.

  • Property mode set to 100644
File size: 187 bytes
Line 
1import core
2from core import *
3__all__ = ['core']
4__all__.extend(core.__all__)
5
6import attributes
7from attributes import *
8__all__.append('attributes')
9__all__.extend(attributes.__all__)
Note: See TracBrowser for help on using the repository browser.