source: server/lib/gutenbach_test/ipp/__init__.py @ 5ffffe0

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

Reorganize test suite

  • Property mode set to 100644
File size: 363 bytes
Line 
1import attribute
2import attributegroup
3import attributes
4import request
5import value
6
7from attribute import *
8from attributegroup import *
9from attributes import *
10from request import *
11from value import *
12
13__all__ = attribute.__all__ + \
14          attributegroup.__all__ + \
15          attributes.__all__ + \
16          request.__all__ + \
17          value.__all__
Note: See TracBrowser for help on using the repository browser.