Revert "added forced package imports"

This reverts commit fa15eca8cd4d71c19ad1beac6233b687c0b5f1b7.
This commit is contained in:
Nicholas St. Germain 2018-12-02 14:23:42 -06:00
parent e55f04c63f
commit e0e6133e12
943 changed files with 16 additions and 125530 deletions

View file

@ -1,7 +1,3 @@
from sys import path
from os.path import abspath, dirname, join
path.insert(0, abspath(join(dirname(__file__), '..', 'lib')))
import schedule
import threading
from time import sleep