summaryrefslogtreecommitdiff
path: root/test/testpy
diff options
context:
space:
mode:
authorSakthipriyan Vairamani <thechargingvolcano@gmail.com>2016-06-29 23:48:43 +0530
committerEvan Lucas <evanlucas@me.com>2016-07-13 06:50:48 -0500
commitfa99dadda4b646bfb07c60e09742f7a2ad9c524d (patch)
tree110db1adbcb452a546227b88532d082fdf7c71ed /test/testpy
parent80ca0630a6e0f6ba066396ae096f40d0b350ca89 (diff)
downloadnode-new-fa99dadda4b646bfb07c60e09742f7a2ad9c524d.tar.gz
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')
-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