contrib/import-checker.py
changeset 25731 cd1daab5d036
parent 25703 1a6a117d0b95
child 25733 f99c066f5f9a
--- a/contrib/import-checker.py	Fri Jul 03 06:56:03 2015 +0900
+++ b/contrib/import-checker.py	Fri Jul 03 06:56:03 2015 +0900
@@ -564,7 +564,7 @@
             print 'Import cycle:', c
             firstmods.add(first)
         any_errors = True
-    return not any_errors
+    return any_errors != 0
 
 if __name__ == '__main__':
     sys.exit(int(main(sys.argv)))