Fix missing import used on first-time setup

This commit is contained in:
Peder Bergebakken Sundt 2019-03-13 11:21:07 +01:00
parent b43e651f96
commit f273c23e37
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
import os, sys
import os, sys, shutil
from remi import start
from threading import Timer
from grzegorz_clients import api, remi_ui