]> jfr.im git - irc/rizon/qchat.git/commitdiff
missed os import
authorChris Porter <redacted>
Mon, 18 Aug 2014 19:44:45 +0000 (20:44 +0100)
committerChris Porter <redacted>
Mon, 18 Aug 2014 19:44:45 +0000 (20:44 +0100)
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