Changeset 9 for pkipplib/trunk/tests

Show
Ignore:
Timestamp:
05/19/06 16:37:38 (18 years ago)
Author:
jerome
Message:

Added a new method (not finished) to CUPS' API.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkipplib/trunk/tests/test.py

    r5 r9  
    2727     
    2828cups = ipplib.CUPS()     
    29 answer = cups.getJobAttributes(566) 
     29answer = cups.getPPD("HL6050DN") 
     30#answer = cups.getJobAttributes(566) 
    3031print answer 
    3132#print answer.operation["attributes-charset"]