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

@@ -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__)