summaryrefslogtreecommitdiff
path: root/tests/testutils.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-03-29 15:55:12 +0100
committerGuido Günther <agx@sigxcpu.org>2013-04-13 14:26:24 +0200
commita60f37dab018ee827aef631f0e1646e720194655 (patch)
tree78e4185d2a5ed9c58544aad4cd4360c6c6904793 /tests/testutils.py
parent8fd5ec31272984a7fcff628c50b4c22d7e4107ec (diff)
Introduce Source class
so we don't have to expose all the details of Debian's different files and conventions.
Diffstat (limited to 'tests/testutils.py')
-rw-r--r--tests/testutils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testutils.py b/tests/testutils.py
index 112bb04..38e0ac3 100644
--- a/tests/testutils.py
+++ b/tests/testutils.py
@@ -3,7 +3,6 @@
from . import context
import os
-import shutil
import unittest
import gbp.log