Show
Ignore:
Timestamp:
02/10/03 12:47:39 (21 years ago)
Author:
jalet
Message:

Moved some code down into the requesters

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/config.py

    r786 r789  
    1515# 
    1616# $Log$ 
     17# Revision 1.13  2003/02/10 11:47:39  jalet 
     18# Moved some code down into the requesters 
     19# 
    1720# Revision 1.12  2003/02/10 10:36:33  jalet 
    1821# Small problem wrt external requester 
     
    151154        if args.endswith(')') : 
    152155            args = args[:-1] 
    153         args = [x.strip() for x in args.split(',')] 
    154156        if not args : 
    155157            raise PyKotaConfigError, _("Invalid requester %s for printer %s") % (fullrequester, printer)