Changeset 1292
- Timestamp:
- 01/14/04 16:57:54 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pykota
r1281 r1292 24 24 # 25 25 # $Log$ 26 # Revision 1.52 2004/01/14 15:57:54 jalet 27 # Missing return caused problems with LPRng 28 # 26 29 # Revision 1.51 2004/01/12 18:20:45 jalet 27 30 # Denied jobs weren't added to the history anymore, this is now fixed. … … 302 305 303 306 # then deal with current print job as usual 304 PyKotaFilterOrBackend.mainWork(self)307 return PyKotaFilterOrBackend.mainWork(self) 305 308 306 309 if __name__ == "__main__" :