Ignore:
Timestamp:
Jan 22, 2012, 1:05:21 AM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
2834b9a
Parents:
b3a56af
git-author:
Jessica B. Hamrick <jhamrick@…> (01/22/12 01:05:21)
git-committer:
Jessica B. Hamrick <jhamrick@…> (01/22/12 01:05:21)
Message:

Add documentation for printer and job attributes

File:
1 edited

Legend:

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

    r609a9b0 r97f20dd  
    2121    """
    2222
    23     PENDING    = 3
    24     HELD       = 4
    25     PROCESSING = 5
    26     STOPPED    = 6
    27     CANCELLED  = 7
    28     ABORTED    = 8
    29     COMPLETE   = 9
     23    PENDING            = 3
     24    PENDING_HELD       = 4
     25    PROCESSING         = 5
     26    PROCESSING_STOPPED = 6
     27    CANCELED           = 7
     28    ABORTED            = 8
     29    COMPLETED          = 9
    3030
    3131    def __init__(self): pass
Note: See TracChangeset for help on using the changeset viewer.