summaryrefslogtreecommitdiff
path: root/tests/19_test_gbp_scripts_config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-03-27 11:36:25 +0100
committerGuido Günther <agx@sigxcpu.org>2015-03-27 12:16:31 +0100
commit8de3ae9567e821ad8432f67afd8756b35189ecba (patch)
treea5698609ac91555093f476d8f82f48734e139171 /tests/19_test_gbp_scripts_config.py
parente3591101e1de375c3ed7430382b88030e240260f (diff)
tests: minor test case cleanups
Remove unused imports, remove unused variables or actually use them
Diffstat (limited to 'tests/19_test_gbp_scripts_config.py')
-rw-r--r--tests/19_test_gbp_scripts_config.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/19_test_gbp_scripts_config.py b/tests/19_test_gbp_scripts_config.py
index f503ef5..528cc01 100644
--- a/tests/19_test_gbp_scripts_config.py
+++ b/tests/19_test_gbp_scripts_config.py
@@ -13,10 +13,9 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-"""Test L{gbp} config"""
+"""Test the L{gbp} config command"""
import os
-import sys
import unittest
import gbp.scripts.config