Changeset 9 for pkipplib/trunk/tests
- Timestamp:
- 05/19/06 16:37:38 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkipplib/trunk/tests/test.py
r5 r9 27 27 28 28 cups = ipplib.CUPS() 29 answer = cups.getJobAttributes(566) 29 answer = cups.getPPD("HL6050DN") 30 #answer = cups.getJobAttributes(566) 30 31 print answer 31 32 #print answer.operation["attributes-charset"]