Changeset 1144 for pykota/trunk/bin

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/bin
Files:
5 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.