fix: Missing import

pull/42/head
Raphaël Vinot 2019-04-05 16:14:30 +02:00
parent 12b8e4f949
commit d951d55367
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import time
import signal
from subprocess import Popen
from lookyloo.helpers import get_homedir, shutdown_requested, set_running, unset_running, get_socket_path
from redis import StrictRedis
if __name__ == '__main__':