rename test file and set to run from subdir.

This commit is contained in:
clinton-hall 2019-03-11 22:31:10 +13:00
commit a6423c303d

View file

@ -1,16 +1,17 @@
#! /usr/bin/env python
from __future__ import print_function
import datetime
import os
import sys
sys.path.extend(["..","."])
import eol
eol.check()
import cleanup
cleanup.clean(cleanup.FOLDER_STRUCTURE)
import datetime
import os
import sys
import core
from core import logger, main_db
from core.auto_process import comics, games, movies, music, tv