import statement bugfix

This commit is contained in:
İsmail Başaran 2016-04-05 17:56:54 +03:00
parent 85a9bcd5a1
commit 30689c31ad

View file

@ -2,7 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com> # Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
from base.scheduler.custom_scheduler_impl import CustomScheduler from base.scheduler.custom.custom_scheduler import CustomScheduler
class SchedulerFactory(): class SchedulerFactory():