Remove unused import

This commit is contained in:
Jake Howard 2017-05-28 11:20:41 +01:00
parent 413d888a77
commit 79620e7fea

View File

@ -1,5 +1,4 @@
import os
import shutil
PROJECT_DIR = os.path.dirname(__file__)
WORKING_DIR = os.getcwd()