add missing import

This commit is contained in:
bkfox 2017-01-11 00:11:57 +01:00
parent 8a55406b69
commit 68d7e9b49e
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,5 @@
import os import os
import signal
import re import re
import subprocess import subprocess
import atexit import atexit

View File

@ -6,8 +6,6 @@ used to:
- cancels Diffusions that have an archive but could not have been played; - cancels Diffusions that have an archive but could not have been played;
- run Liquidsoap - run Liquidsoap
""" """
import os
import signal
import time import time
import re import re