Changeset 91abb7f for server/lib/ipp/constants.py
- Timestamp:
- Mar 10, 2011, 10:39:48 PM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/lib/ipp/constants.py
r7a1c039 r91abb7f 185 185 def __init__(self): pass 186 186 187 class StatusCodes(SuccessCodes, ClientErrorCodes, ServerErrorCodes): 188 pass 189 187 190 class CUPSPrinterType(): 188 191 """ … … 307 310 MIME_MEDIA_TYPE = 0x49 308 311 MEMBER_ATTR_NAME = 0x4a 312 313 class Tags(AttributeTags, OutOfBandTags, IntegerTags, OctetStringTags, CharacterStringTags): 314 pass
Note: See TracChangeset
for help on using the changeset viewer.