diff options
Diffstat (limited to 'tests/test_trapd_settings.py')
-rw-r--r-- | tests/test_trapd_settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_trapd_settings.py b/tests/test_trapd_settings.py index ab64426..17b20a8 100644 --- a/tests/test_trapd_settings.py +++ b/tests/test_trapd_settings.py @@ -6,7 +6,6 @@ pid_file="/tmp/test_pid_file" pid_file_dne="/tmp/test_pid_file_NOT" import trapd_settings as tds -from conftest import test_var class test_cleanup_and_exit(unittest.TestCase): """ |