Changeset 14 for pkipplib/trunk

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

Changed some comments.

Location:
pkipplib/trunk/pkipplib
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pkipplib/trunk/pkipplib/__init__.py

    r3 r14  
    11# -*- coding: ISO-8859-15 -*- 
    22# 
    3 # ipplib : IPP support for Python 
     3# pkipplib : IPP support for Python 
    44# 
    55# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
  • pkipplib/trunk/pkipplib/ipplib.py

    r9 r14  
    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> 
  • pkipplib/trunk/pkipplib/version.py

    r12 r14  
    11# -*- coding: ISO-8859-15 -*- 
    22# 
    3 # ipplib : IPP support for Python 
     3# pkipplib : IPP support for Python 
    44# 
    55# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
     
    2121# 
    2222 
    23 __version__ = "0.02" 
     23__version__ = "0.03" 
    2424 
    25 __doc__ = "ipplib : IPP and CUPS support for Python." 
     25__doc__ = "pkipplib : IPP and CUPS support for Python." 
    2626 
    2727__author__ = "Jerome Alet - alet@librelogiciel.com"