Ignore:
Timestamp:
Dec 20, 2011, 2:19:43 PM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
ef8df33
Parents:
6effd50
git-author:
Jessica B. Hamrick <jhamrick@…> (12/20/11 14:19:43)
git-committer:
Jessica B. Hamrick <jhamrick@…> (12/20/11 14:19:43)
Message:

Fix bugs; can now again do 'lpq' and get back a reasonable response

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach/server/printer.py

    r6effd50 rcad7502  
    9393    @property
    9494    def printer_state(self):
    95         return self.state
     95        return 3 # idle
    9696
    9797    @property
     
    106106    @property
    107107    def operations_supported(self):
    108         return "get-jobs"
     108        return 0xa # get-jobs
    109109
    110110    @property
Note: See TracChangeset for help on using the changeset viewer.