Ignore:
Timestamp:
Dec 20, 2011, 4:31:34 PM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
c16ebf6
Parents:
7a7a09e
git-author:
Jessica B. Hamrick <jhamrick@…> (12/20/11 16:31:34)
git-committer:
Jessica B. Hamrick <jhamrick@…> (12/20/11 16:31:34)
Message:

Add skeleton files for the other operations that need to be implemented

File:
1 edited

Legend:

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

    r7a7a09e re70c020  
    237237        pass
    238238
     239    def restart_job(self, request):
     240        pass
     241
     242    def promote_job(self, request):
     243        pass
     244
     245    ##### CUPS Specific Commands
     246
    239247    def cups_get_document(self, request):
    240248        pass
    241 
    242     def restart_job(self, request):
    243         pass
    244 
    245     def promote_job(self, request):
    246         pass
    247 
    248     ##### CUPS Specific Commands
    249249
    250250    @handler_for(consts.Operations.CUPS_GET_DEFAULT)
Note: See TracChangeset for help on using the changeset viewer.