- Timestamp:
- 11/25/03 14:25:45 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r1203 r1210 24 24 # 25 25 # $Log$ 26 # Revision 1.14 2003/11/25 13:25:45 jalet 27 # Boolean problem with old Python, replaced with 0 28 # 26 29 # Revision 1.13 2003/11/23 19:01:35 jalet 27 30 # Job price added to history … … 92 95 native popen2.Popen3 would not be feasible. 93 96 """ 94 def __init__(self, cmd, capturestderr= False, bufsize=-1, arg0=None) :97 def __init__(self, cmd, capturestderr=0, bufsize=-1, arg0=None) : 95 98 self.arg0 = arg0 96 99 popen2.Popen3.__init__(self, cmd, capturestderr, bufsize)