Changeset 1943
- Timestamp:
- 11/18/04 06:54:15 (20 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/NEWS
r1941 r1943 24 24 - 1.21alpha6 : 25 25 26 - Fix for LPRng filenames. 27 26 28 - Added Turkish translation thanks to Baris Cicek. 27 29 -
pykota/trunk/pykota/tool.py
r1932 r1943 22 22 # 23 23 # $Log$ 24 # Revision 1.143 2004/11/18 05:54:15 jalet 25 # Fix problem with spaces at the end of filenames in LPRng 26 # 24 27 # Revision 1.142 2004/11/16 23:15:05 jalet 25 28 # Fix for LPRng job's file detection code … … 1378 1381 else : 1379 1382 inputfile = os.path.join(spooldir, df_name) 1383 inputfile = inputfile.strip() 1380 1384 1381 1385 if jseen and Pseen and nseen and rseen :