Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 573 → Rev 572

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