X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/c0ddb931ca4684e2302701e5c22805dd75c8f4f7..52f5b0e37b783d6e0926fce4f9a8e4f8e315c738:/bin/dependencies_b.py diff --git a/bin/dependencies_b.py b/bin/dependencies_b.py index b3b82b0..e02e875 100644 --- a/bin/dependencies_b.py +++ b/bin/dependencies_b.py @@ -1,8 +1,9 @@ -# this is seperate to allow us to use python 2.5 syntax without +# this is separate to allow us to use python 2.5 syntax without # the dependency checker breaking on earlier versions. import sys import subprocess +import os def fail(*message): print >>sys.stderr, "\n".join(message)