Commit 053f0ab9 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #744 from stepshal/comparison

Fix comparison with None.
parents 664421ec bbfaa781
......@@ -103,7 +103,7 @@ class TestDistro:
d = Distribution("/some/path")
assert d.py_version == sys.version[:3]
assert d.platform == None
assert d.platform is None
def testDistroParse(self):
d = dist_from_fn("FooPkg-1.3.post1-py2.4-win32.egg")
......
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