Changeset 13 for pkipplib/trunk/tests
- Timestamp:
- 05/22/06 18:28:11 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkipplib/trunk/tests/test.py
r9 r13 2 2 # -*- coding: ISO-8859-15 -*- 3 3 # 4 # ipplib : IPP and CUPS support for Python4 # pkipplib : IPP and CUPS support for Python 5 5 # 6 6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> … … 23 23 import sys 24 24 25 sys.path.insert(0, "../ ipplib")26 import ipplib25 sys.path.insert(0, "../pkipplib") 26 import pkipplib 27 27 28 cups = ipplib.CUPS()28 cups = pkipplib.CUPS() 29 29 answer = cups.getPPD("HL6050DN") 30 30 #answer = cups.getJobAttributes(566)