From: Chris Porter Date: Mon, 8 Sep 2014 11:37:44 +0000 (+0100) Subject: fix dependency ordering for zope interface (twisted now has its own dependency checke... X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/commitdiff_plain/5e83905fb952c62b861844797603e4b081cc1b5d?hp=710fd882348569cb7824e0e4628e904375000150 fix dependency ordering for zope interface (twisted now has its own dependency checker that we hide the output for...) --- diff --git a/bin/dependencies_b.py b/bin/dependencies_b.py index 697aac9..bada449 100644 --- a/bin/dependencies_b.py +++ b/bin/dependencies_b.py @@ -14,9 +14,9 @@ def warn(*message): def check_dependencies(): i = 0 - - check_twisted() + check_zope() + check_twisted() check_win32() i+=check_json() i+=check_java()