Ignore:
Timestamp:
Mar 10, 2011, 10:39:48 PM (13 years ago)
Author:
Quentin Smith <quentin@…>
Branches:
no-cups
Children:
94211df
Parents:
01e3017
git-author:
Quentin Smith <quentin@…> (03/10/11 22:39:48)
git-committer:
Quentin Smith <quentin@…> (03/10/11 22:39:48)
Message:

Restore server.py to its previous functional state

File:
1 edited

Legend:

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

    r7a1c039 r91abb7f  
    185185    def __init__(self): pass
    186186
     187class StatusCodes(SuccessCodes, ClientErrorCodes, ServerErrorCodes):
     188    pass
     189
    187190class CUPSPrinterType():
    188191    """
     
    307310    MIME_MEDIA_TYPE       = 0x49                                   
    308311    MEMBER_ATTR_NAME      = 0x4a
     312
     313class Tags(AttributeTags, OutOfBandTags, IntegerTags, OctetStringTags, CharacterStringTags):
     314    pass
Note: See TracChangeset for help on using the changeset viewer.