From a818c979e6c7f0f47092a427f4e0e0c70e01e6cc Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 4 Aug 2013 12:59:27 -0500 Subject: remove unused modules from test helpers --- tests/helpers.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/helpers.py') diff --git a/tests/helpers.py b/tests/helpers.py index 16344a7..8d05299 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -1,12 +1,7 @@ # -*- coding: utf-8 -*- -import os import sys import inspect -from copy import copy -import hashlib -import random -import json import unittest -- cgit v1.2.3