Changeset 13 for pkipplib/trunk/tests

Show
Ignore:
Timestamp:
05/22/06 18:28:11 (18 years ago)
Author:
jerome
Message:

Renamed directory to pkipplib to avoid confusion with the
other Python IPP module.

Files:
1 modified

Legend:

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

    r9 r13  
    22# -*- coding: ISO-8859-15 -*- 
    33# 
    4 # ipplib : IPP and CUPS support for Python 
     4# pkipplib : IPP and CUPS support for Python 
    55# 
    66# (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 
     
    2323import sys 
    2424 
    25 sys.path.insert(0, "../ipplib") 
    26 import ipplib         
     25sys.path.insert(0, "../pkipplib") 
     26import pkipplib         
    2727     
    28 cups = ipplib.CUPS()     
     28cups = pkipplib.CUPS()     
    2929answer = cups.getPPD("HL6050DN") 
    3030#answer = cups.getJobAttributes(566)