Changeset 5141ed8


Ignore:
Timestamp:
Jan 21, 2012, 3:31:15 PM (12 years ago)
Author:
Daniel Cooper <danny@…>
Branches:
no-cups
Children:
72c3fcb
Parents:
8de3c81
git-author:
Daniel Cooper <danny@…> (01/21/12 15:31:15)
git-committer:
Daniel Cooper <danny@…> (01/21/12 15:31:15)
Message:

fixed merge conflict in last commit

File:
1 edited

Legend:

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

    r8de3c81 r5141ed8  
    896896    @handler_for(ipp.OperationCodes.SEND_URI)
    897897    def send_uri(self, request, response):
    898 <<<<<<< HEAD
    899898       raise ipp.errors.ServerErrorOperationNotSupported
    900 =======
    901899        """3.2.2 Send URI
    902900
     
    10281026        response.attribute_groups.append(ipp.AttributeGroup(
    10291027            ipp.AttributeTags.JOB, attrs))
    1030 >>>>>>> 7c8a2f82df069878680146d8ac18339ec96bd487
    10311028
    10321029    @handler_for(ipp.OperationCodes.GET_JOB_ATTRIBUTES)
Note: See TracChangeset for help on using the changeset viewer.