summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-02-09 14:08:09 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-02-09 14:08:09 -0500
commit63323c8ca7340778be65d5e2790a484470bf00f9 (patch)
tree445b09c2a61d0a65c565f2352cfc31dee018351f /tests
parent925ef98b9b63c2c4dbdb82bbf70d8db9e8f546f2 (diff)
tests/utils.py: removed extraneous import thingies.
Diffstat (limited to 'tests')
-rw-r--r--tests/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 2b644e5..b8ba456 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -21,7 +21,7 @@ import yaml
from nose.tools import *
from os import path, remove, rmdir
-from combox.config import (config_cb, get_secret, get_stdin)
+from combox.config import config_cb
def get_input_func():