From: Chris Porter Date: Mon, 18 Aug 2014 19:44:45 +0000 (+0100) Subject: missed os import X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/commitdiff_plain/15d26968aedc2373ac4452200aab0cc7c44d5e0b?hp=5d2e785ca3e629e0eb151ad9fe93c6c1a6f7f794 missed os import --- diff --git a/bin/dependencies_b.py b/bin/dependencies_b.py index 66a26de..697aac9 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)