Import registrar

This commit is contained in:
Manish Goregaokar 2015-02-03 15:41:47 +05:30
parent a3cab14183
commit 954a044570

View file

@ -10,6 +10,8 @@ import SocketServer
import mozdebug import mozdebug
from shutil import copytree, rmtree, ignore_patterns, copy2 from shutil import copytree, rmtree, ignore_patterns, copy2
from mach.registrar import Registrar
from mach.decorators import ( from mach.decorators import (
CommandArgument, CommandArgument,
CommandProvider, CommandProvider,