Changeset 14 for pkipplib/trunk
- Timestamp:
- 05/22/06 18:32:38 (19 years ago)
- Location:
- pkipplib/trunk/pkipplib
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pkipplib/trunk/pkipplib/__init__.py
r3 r14 1 1 # -*- coding: ISO-8859-15 -*- 2 2 # 3 # ipplib : IPP support for Python3 # pkipplib : IPP support for Python 4 4 # 5 5 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> -
pkipplib/trunk/pkipplib/ipplib.py
r9 r14 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> -
pkipplib/trunk/pkipplib/version.py
r12 r14 1 1 # -*- coding: ISO-8859-15 -*- 2 2 # 3 # ipplib : IPP support for Python3 # pkipplib : IPP support for Python 4 4 # 5 5 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> … … 21 21 # 22 22 23 __version__ = "0.0 2"23 __version__ = "0.03" 24 24 25 __doc__ = " ipplib : IPP and CUPS support for Python."25 __doc__ = "pkipplib : IPP and CUPS support for Python." 26 26 27 27 __author__ = "Jerome Alet - alet@librelogiciel.com"