Ignore:
Timestamp:
Dec 24, 2011, 1:33:26 AM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
ee8e6d0
Parents:
793432f
git-author:
Jessica B. Hamrick <jhamrick@…> (12/24/11 01:33:26)
git-committer:
Jessica B. Hamrick <jhamrick@…> (12/24/11 01:33:26)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach/ipp/__init__.py

    r793432f r1037115  
    33__all__ = ['core']
    44__all__.extend(core.__all__)
    5 print __all__
    65
    76import attributes
     
    98__all__.append('attributes')
    109__all__.extend(attributes.__all__)
    11 
    12 # this import needs to come last
    13 import operations
    14 from operations import *
    15 __all__.append('operations')
    16 __all__.extend(operations.__all__)
Note: See TracChangeset for help on using the changeset viewer.