svgui/pyjs/build.py
changeset 1775 b45f2768fab1
parent 1773 38fde37c3766
child 1780 c52d1460cea8
--- a/svgui/pyjs/build.py	Sat Aug 19 01:11:27 2017 +0300
+++ b/svgui/pyjs/build.py	Sat Aug 19 16:30:15 2017 +0300
@@ -600,7 +600,7 @@
 
 
 def has_nodeps(mod, deps):
-    if not mod in deps or not deps[mod]:
+    if mod not in deps or not deps[mod]:
         return True
     return False