Bug 1280231: rename types.py to taskgraph.py; r=Callek

MozReview-Commit-ID: Jf6CVyFCGMI
This commit is contained in:
Dustin J. Mitchell
2016-06-20 19:11:52 +00:00
parent 9a56719bd1
commit dd34a63fe1
8 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ import unittest
from .. import target_tasks
from .. import try_option_syntax
from ..graph import Graph
from ..types import TaskGraph
from ..taskgraph import TaskGraph
from .util import TestTask
from mozunit import main