fix typo in python config stuff

python/m5/config.py:
    fix typo

--HG--
extra : convert_revision : 2208453d93149ba4af140dd78c29be4c4943b397
This commit is contained in:
Nathan Binkert 2005-04-06 18:00:44 -04:00
parent f3544a13f3
commit 9fead747f5

View file

@ -1285,7 +1285,7 @@ class NullSimObject(object):
pass
def _convert(cls, value):
if value == Nxone:
if value == None:
return
if isinstance(value, cls):