aboutsummaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 0604528..ffc0130 100644
--- a/test.py
+++ b/test.py
@@ -52,7 +52,7 @@ def python_tree(root_path='libbe', root_modname='libbe'):
stack.append(c)
else:
continue
- if f.parent == None:
+ if f.parent is None:
f.modname = root_modname
else:
f.modname = f.parent.modname + '.' + f.name