]> jfr.im git - erebus.git/commitdiff
control - missing import os for os._exit
authorzonidjan <redacted>
Wed, 22 Feb 2017 02:19:22 +0000 (20:19 -0600)
committerzonidjan <redacted>
Wed, 22 Feb 2017 02:19:22 +0000 (20:19 -0600)
modules/control.py

index db87ec97a8ba2cfd65a52f22f0d3591603ad1f28..699696ceddfe94bd7c11d01236562feaee3e06cf 100644 (file)
@@ -17,7 +17,7 @@ modstart = lib.modstart
 modstop = lib.modstop
 
 # module code
-import sys
+import sys, os
 import ctlmod
 from collections import deque