Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 572 → Rev 573

/kernel/trunk/tools/config.py
289,7 → 289,6
if oper== '=' and condval != defaults[condname]:
return False
if oper== '!=' and condval == defaults[condname]:
print 2
return False
if ctype=='cnf':
return False