Fixed import typo

This commit is contained in:
Jedrzej Nowak 2015-08-14 12:57:02 +02:00
parent d6f77ad658
commit 85f18de8b1

View File

@ -6,7 +6,7 @@ import networkx as nx
from solar.core.log import log
from solar.interfaces.db import get_db
from solar.events.api import add_events
from solar.events.control import Dependency
from solar.events.controls import Dependency
db = get_db()