Changeset 7daf25f


Ignore:
Timestamp:
Jan 21, 2012, 7:25:05 PM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
33528b4
Parents:
0494098
git-author:
Jessica B. Hamrick <jhamrick@…> (01/21/12 19:25:05)
git-committer:
Jessica B. Hamrick <jhamrick@…> (01/21/12 19:25:05)
Message:

Fix indentation

File:
1 edited

Legend:

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

    r6c60b2e r7daf25f  
    125125    @handler_for(ipp.OperationCodes.PRINT_JOB)
    126126    def print_job(self, request, response):
    127             """RFC 2911: 3.2.1 Print-Job Operation
     127        """RFC 2911: 3.2.1 Print-Job Operation
    128128
    129129        This REQUIRED operation allows a client to submit a print job
     
    169169
    170170        """
     171
    171172        operation = request.attribute_groups[0]
     173
    172174        # requested printer uri
    173175        if 'printer-uri' not in operation:
Note: See TracChangeset for help on using the changeset viewer.