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/pykota/accounters
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • 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) !