Changeset 3059 for pykota/trunk/bin/cupspykota
- Timestamp:
- 11/16/06 21:38:58 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r3050 r3059 481 481 self.regainPriv() 482 482 infile = open(self.InputFile, "rb") 483 self.logdebug("Reading input datas from %s" % self.InputFile) 483 484 mustclose = 1 484 485 else : 485 486 infile = sys.stdin 487 self.logdebug("Reading input datas from stdin") 486 488 CHUNK = 64*1024 # read 64 Kb at a time 487 489 dummy = 0