aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-02-03 15:41:47 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-02-03 15:41:47 +0530
commit954a044570c9517d08d63d92707109cf05a28dbe (patch)
tree2698bc9519c092624a8b9b27e7682fb14e51fed6
parenta3cab14183f63dd136f75d49fe5583760daaea30 (diff)
downloadservo-954a044570c9517d08d63d92707109cf05a28dbe.tar.gz
servo-954a044570c9517d08d63d92707109cf05a28dbe.zip
Import registrar
-rw-r--r--python/servo/post_build_commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py
index ccb78a9fd1c..0b070eb2c14 100644
--- a/python/servo/post_build_commands.py
+++ b/python/servo/post_build_commands.py
@@ -10,6 +10,8 @@ import SocketServer
import mozdebug
from shutil import copytree, rmtree, ignore_patterns, copy2
+from mach.registrar import Registrar
+
from mach.decorators import (
CommandArgument,
CommandProvider,