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

Add skeleton structures for print-job

Location:
server/lib/gutenbach/ipp/operations
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach/ipp/operations/__init__.py

    r5e44432 r7a7a09e  
    159159from get_printer_attributes import verify_get_printer_attributes_request
    160160from get_printer_attributes import make_get_printer_attributes_response
     161from print_job import verify_print_job_request, make_print_job_response
    161162
    162163__all__ = ['verify_cups_get_classes_request',
     
    170171           'verify_get_printer_attributes_request',
    171172           'make_get_printer_attributes_response',
     173           'verify_print_job_request',
     174           'make_print_job_response',
    172175
    173176           'verify_operations',
Note: See TracChangeset for help on using the changeset viewer.