summaryrefslogtreecommitdiff
path: root/tests/test_schedulers.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_schedulers.py')
-rw-r--r--tests/test_schedulers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_schedulers.py b/tests/test_schedulers.py
index 738474e..533c02f 100644
--- a/tests/test_schedulers.py
+++ b/tests/test_schedulers.py
@@ -16,7 +16,6 @@ from apscheduler.schedulers.blocking import BlockingScheduler
from apscheduler.events import (SchedulerEvent, EVENT_JOB_EXECUTED, EVENT_SCHEDULER_START, EVENT_SCHEDULER_SHUTDOWN,
EVENT_JOB_MISSED, EVENT_JOBSTORE_ADDED, EVENT_JOBSTORE_JOB_ADDED,
EVENT_JOBSTORE_JOB_REMOVED, EVENT_JOBSTORE_JOB_MODIFIED)
-from tests.conftest import minpython
try:
from StringIO import StringIO