Changeset 1144

Show
Ignore:
Timestamp:
10/07/03 11:07:30 (21 years ago)
Author:
jalet
Message:

Character encoding added to please latest version of Python

Location:
pykota/trunk
Files:
30 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r1133 r1144  
    11#! /usr/bin/env python 
     2# -*- coding: ISO-8859-15 -*- 
    23 
    34# PyKota Print Quota Editor  
     
    2324# 
    2425# $Log$ 
     26# Revision 1.59  2003/10/07 09:07:27  jalet 
     27# Character encoding added to please latest version of Python 
     28# 
    2529# Revision 1.58  2003/10/03 12:27:01  jalet 
    2630# Several optimizations, especially with LDAP backend 
  • pykota/trunk/bin/pykota

    r1124 r1144  
    11#! /usr/bin/env python 
     2# -*- coding: ISO-8859-15 -*- 
    23 
    34# PyKota accounting filter 
     
    2324# 
    2425# $Log$ 
     26# Revision 1.41  2003/10/07 09:07:27  jalet 
     27# Character encoding added to please latest version of Python 
     28# 
    2529# Revision 1.40  2003/09/04 08:38:56  jalet 
    2630# Added an exception catch to ensure clean close of database even in 
  • pykota/trunk/bin/pykotme

    r1113 r1144  
    11#! /usr/bin/env python 
     2# -*- coding: ISO-8859-15 -*- 
    23 
    34# PyKota Print Quota Quote sender 
     
    2324# 
    2425# $Log$ 
     26# Revision 1.4  2003/10/07 09:07:27  jalet 
     27# Character encoding added to please latest version of Python 
     28# 
    2529# Revision 1.3  2003/07/29 20:55:17  jalet 
    2630# 1.14 is out ! 
  • pykota/trunk/bin/repykota

    r1117 r1144  
    11#! /usr/bin/env python 
     2# -*- coding: ISO-8859-15 -*- 
    23 
    34# PyKota Print Quota Reports generator 
     
    2324# 
    2425# $Log$ 
     26# Revision 1.44  2003/10/07 09:07:27  jalet 
     27# Character encoding added to please latest version of Python 
     28# 
    2529# Revision 1.43  2003/08/18 16:35:28  jalet 
    2630# New pychecker pass, on the tools this time. 
  • pykota/trunk/bin/warnpykota

    r1117 r1144  
    11#! /usr/bin/env python 
     2# -*- coding: ISO-8859-15 -*- 
    23 
    34# PyKota Print Quota Warning sender 
     
    2324# 
    2425# $Log$ 
     26# Revision 1.24  2003/10/07 09:07:28  jalet 
     27# Character encoding added to please latest version of Python 
     28# 
    2529# Revision 1.23  2003/08/18 16:35:28  jalet 
    2630# New pychecker pass, on the tools this time. 
  • pykota/trunk/pykota/accounter.py

    r1083 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.5  2003/10/07 09:07:28  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.4  2003/07/14 14:14:59  jalet 
    2428# Old template 
  • pykota/trunk/pykota/accounters/external.py

    r1123 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota - Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.7  2003/10/07 09:07:28  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.6  2003/09/04 07:57:18  jalet 
    2428# Problem with Python 2.3 fixed : a bug of me. 
  • pykota/trunk/pykota/accounters/__init__.py

    r973 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
  • pykota/trunk/pykota/accounters/querying.py

    r1068 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota - Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.6  2003/10/07 09:07:29  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.5  2003/07/07 11:49:24  jalet 
    2428# Lots of small fixes with the help of PyChecker 
  • pykota/trunk/pykota/accounters/stupid.py

    r1041 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota - Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.5  2003/10/07 09:07:29  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.4  2003/06/25 14:10:01  jalet 
    2428# Hey, it may work (edpykota --reset excepted) ! 
  • pykota/trunk/pykota/config.py

    r1130 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.37  2003/10/07 09:07:28  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.36  2003/10/02 20:23:18  jalet 
    2428# Storage caching mechanism added. 
  • pykota/trunk/pykota/__init__.py

    r952 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
  • pykota/trunk/pykota/logger.py

    r1068 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.9  2003/10/07 09:07:28  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.8  2003/07/07 11:49:24  jalet 
    2428# Lots of small fixes with the help of PyChecker 
  • pykota/trunk/pykota/loggers/__init__.py

    r952 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
  • pykota/trunk/pykota/loggers/stderr.py

    r952 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.4  2003/10/07 09:07:29  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.3  2003/04/23 22:13:57  jalet 
    2428# Preliminary support for LPRng added BUT STILL UNTESTED. 
  • pykota/trunk/pykota/loggers/system.py

    r1068 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.8  2003/10/07 09:07:29  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.7  2003/07/07 11:49:24  jalet 
    2428# Lots of small fixes with the help of PyChecker 
  • pykota/trunk/pykota/reporter.py

    r1048 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.2  2003/10/07 09:07:28  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.1  2003/06/30 12:46:15  jalet 
    2428# Extracted reporting code. 
  • pykota/trunk/pykota/reporters/__init__.py

    r1048 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
  • pykota/trunk/pykota/reporters/text.py

    r1068 r1144  
    1 #! /usr/bin/env python 
     1# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23 
    34# PyKota - Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.5  2003/10/07 09:07:29  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.4  2003/07/07 11:49:24  jalet 
    2428# Lots of small fixes with the help of PyChecker 
  • pykota/trunk/pykota/requester.py

    r1068 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.9  2003/10/07 09:07:28  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.8  2003/07/07 11:49:24  jalet 
    2428# Lots of small fixes with the help of PyChecker 
  • pykota/trunk/pykota/requesters/external.py

    r1068 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota - Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.9  2003/10/07 09:07:29  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.8  2003/07/07 11:49:24  jalet 
    2428# Lots of small fixes with the help of PyChecker 
  • pykota/trunk/pykota/requesters/__init__.py

    r952 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
  • pykota/trunk/pykota/requesters/snmp.py

    r1068 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota - Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.12  2003/10/07 09:07:29  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.11  2003/07/07 11:49:24  jalet 
    2428# Lots of small fixes with the help of PyChecker 
  • pykota/trunk/pykota/storage.py

    r1137 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.23  2003/10/07 09:07:28  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.22  2003/10/06 13:12:27  jalet 
    2428# More work on caching 
  • pykota/trunk/pykota/storages/__init__.py

    r952 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
  • pykota/trunk/pykota/storages/ldapstorage.py

    r1141 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.31  2003/10/07 09:07:30  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.30  2003/10/06 14:42:36  jalet 
    2428# LDAP group access will be slower when cache is disabled, but at least code 
  • pykota/trunk/pykota/storages/pgstorage.py

    r1137 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.18  2003/10/07 09:07:30  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.17  2003/10/06 13:12:28  jalet 
    2428# More work on caching 
  • pykota/trunk/pykota/tool.py

    r1140 r1144  
    1 #! /usr/bin/env python 
     1# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23 
    34# PyKota - Print Quotas for CUPS and LPRng 
     
    2122# 
    2223# $Log$ 
     24# Revision 1.52  2003/10/07 09:07:28  jalet 
     25# Character encoding added to please latest version of Python 
     26# 
    2327# Revision 1.51  2003/10/06 14:21:41  jalet 
    2428# Test reversed to not retrieve group members when no messages for them. 
  • pykota/trunk/pykota/version.py

    r1138 r1144  
    11# PyKota 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota : Print Quotas for CUPS and LPRng 
  • pykota/trunk/setup.py

    r1113 r1144  
    11#! /usr/bin/env python 
     2# -*- coding: ISO-8859-15 -*- 
    23# 
    34# PyKota 
     
    2324# 
    2425# $Log$ 
     26# Revision 1.24  2003/10/07 09:07:27  jalet 
     27# Character encoding added to please latest version of Python 
     28# 
    2529# Revision 1.23  2003/07/29 20:55:17  jalet 
    2630# 1.14 is out !