From 63323c8ca7340778be65d5e2790a484470bf00f9 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Mon, 9 Feb 2015 14:08:09 -0500 Subject: tests/utils.py: removed extraneous import thingies. --- tests/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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(): -- cgit v1.2.3