Bug 1280231: rename types.py to taskgraph.py; r=Callek
MozReview-Commit-ID: Jf6CVyFCGMI
This commit is contained in:
@@ -7,7 +7,7 @@ import logging
|
||||
import re
|
||||
|
||||
from .graph import Graph
|
||||
from .types import TaskGraph
|
||||
from .taskgraph import TaskGraph
|
||||
from slugid import nice as slugid
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user