aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/post_build_commands.py
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2015-05-31 19:15:32 -0400
committerCorey Farwell <coreyf@rwell.org>2015-05-31 19:15:32 -0400
commit7bddb1185fae3047128fc3b7b0b4594874ba4d6c (patch)
tree021ee3af47e9893010a337eb0e9b460d7eefe767 /python/servo/post_build_commands.py
parentc63fc4dc13a23cf5b9f8c0972111b3f9436d2143 (diff)
downloadservo-7bddb1185fae3047128fc3b7b0b4594874ba4d6c.tar.gz
servo-7bddb1185fae3047128fc3b7b0b4594874ba4d6c.zip
Remove unused imports in the Python files
Found using flake8
Diffstat (limited to 'python/servo/post_build_commands.py')
-rw-r--r--python/servo/post_build_commands.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py
index 385e71ebee7..0dae99e0a87 100644
--- a/python/servo/post_build_commands.py
+++ b/python/servo/post_build_commands.py
@@ -1,15 +1,10 @@
from __future__ import print_function, unicode_literals
-import argparse
import os
import os.path as path
-from os import chdir
import subprocess
-import SimpleHTTPServer
-import SocketServer
-import mozdebug
import sys
-from shutil import copytree, rmtree, ignore_patterns, copy2
+from shutil import copytree, rmtree, copy2
from mach.registrar import Registrar