Ignore:
Timestamp:
Dec 23, 2011, 9:37:39 PM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
1037115
Parents:
b828a96
git-author:
Jessica B. Hamrick <jhamrick@…> (12/23/11 21:37:39)
git-committer:
Jessica B. Hamrick <jhamrick@…> (12/23/11 21:37:39)
Message:

Reorganization

File:
1 moved

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach/ipp/core/constants.py

    raded2d1 r793432f  
    11__all__ = [
    2     'Misc',
     2    'MiscConstants',
    33    'JobStates',
    44    'PrinterStates',
    5     'Operations',
     5    'OperationCodes',
    66    'SuccessCodes',
    77    'ClientErrorCodes',
     
    1717]
    1818
    19 class Misc():
     19class MiscConstants():
    2020    """Miscellaneous config options for the IPP server.
    2121   
     
    5353    def __init__(self): pass
    5454
    55 class Operations():
     55class OperationCodes():
    5656    """IPP and CUPS IPP Operations, as defined in various RFCs:
    5757
Note: See TracChangeset for help on using the changeset viewer.