]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - bin/dependencies_b.py
missed os import
[irc/quakenet/qwebirc.git] / bin / dependencies_b.py
index 66a26de7e827e5603f10435cbc02a0305e63d767..697aac96f4f81bd4ddd69637f000330d9a27b1f0 100644 (file)
@@ -1,8 +1,9 @@
-# this is seperate to allow us to use python 2.5 syntax without\r
+# this is separate to allow us to use python 2.5 syntax without\r
 # the dependency checker breaking on earlier versions.\r
 \r
 import sys\r
 import subprocess\r
+import os\r
 \r
 def fail(*message):\r
   print >>sys.stderr, "\n".join(message)\r