Kaydet (Commit) 7c90aed3 authored tarafından Brett Cannon's avatar Brett Cannon

For some reason Vim was just not wanting to tell me there was more instances of

'<>'.
üst 0fc91391
......@@ -39,7 +39,7 @@ class _Environ:
riscos.putenv(k, v)
def get(self, key, failobj=None):
value = riscos.getenv(key)
if value<>None:
if value != None:
return value
else:
return failobj
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment