diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-04 12:59:27 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-04 12:59:28 -0500 |
commit | a818c979e6c7f0f47092a427f4e0e0c70e01e6cc (patch) | |
tree | 59fb297278cad43ed57d6a74948d495d33768ce7 | |
parent | 8d179bb81bba6de73669dd1643a9e7336d93c0a1 (diff) |
remove unused modules from test helpers
-rw-r--r-- | tests/helpers.py | 5 |
1 files changed, 0 insertions, 5 deletions
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 |