--typo: .realines( vs. readlines(

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-20 13:29:08 +02:00
parent de7123df79
commit 20bb4d044b
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ def emulator():
sys.exit(1)
else:
param_fd = open(file, "r")
param_old = param_fd.realines()
param_old = param_fd.readlines()
param_fd.close()
if(param_old != param):