summaryrefslogtreecommitdiff
path: root/test/testpy/__init__.py
diff options
context:
space:
mode:
authorSakthipriyan Vairamani <thechargingvolcano@gmail.com>2016-06-29 23:48:43 +0530
committerSakthipriyan Vairamani <thechargingvolcano@gmail.com>2016-07-08 20:17:08 +0530
commit89ede72fca942e7ceffd414e795e3d2c5e09ed0a (patch)
tree90df9669f99189e7023f7ade4284af853921e095 /test/testpy/__init__.py
parent3ae4377a4711e2814dad1080acefda5fffe1def9 (diff)
downloadandroid-node-v8-89ede72fca942e7ceffd414e795e3d2c5e09ed0a.tar.gz
android-node-v8-89ede72fca942e7ceffd414e795e3d2c5e09ed0a.tar.bz2
android-node-v8-89ede72fca942e7ceffd414e795e3d2c5e09ed0a.zip
tools: remove unnecessary imports and assignments
PR-URL: https://github.com/nodejs/node/pull/7483 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'test/testpy/__init__.py')
-rw-r--r--test/testpy/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/testpy/__init__.py b/test/testpy/__init__.py
index b1f1519e91..9fff0b969c 100644
--- a/test/testpy/__init__.py
+++ b/test/testpy/__init__.py
@@ -27,9 +27,6 @@
import test
import os
-import shutil
-from os import mkdir
-from glob import glob
from os.path import join, dirname, exists
import re