diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-02-03 03:27:51 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-02-03 03:27:51 -0700 |
commit | ff53354ba7716fadc7656891d7b0723a3730e890 (patch) | |
tree | 5b5c2c59c75ccea8fece8878d54a6b15d94708b9 | |
parent | 986f9cb5432dc51e37e0c47a4f430c0353c6dc75 (diff) | |
parent | 954a044570c9517d08d63d92707109cf05a28dbe (diff) | |
download | servo-ff53354ba7716fadc7656891d7b0723a3730e890.tar.gz servo-ff53354ba7716fadc7656891d7b0723a3730e890.zip |
auto merge of #4812 : Manishearth/servo/doc-fix-fix, r=jdm
-rw-r--r-- | python/servo/post_build_commands.py | 2 |
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, |