summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2010-08-05 22:34:53 +0200
committerRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2010-08-05 22:34:53 +0200
commitd708a8eab70f3eedf542d34579723b3a91fae747 (patch)
treeece7e64445f8cd9ccaa8b2c9fbbfa3db8aa46afd
parentcfbed61223dd214c0bfea5126e4681ee16bc14d4 (diff)
downloadsetuptools-scm-d708a8eab70f3eedf542d34579723b3a91fae747.tar.gz
kill the unused partial import in the tests
-rw-r--r--test_hgdistver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test_hgdistver.py b/test_hgdistver.py
index 2d8a06c..c4eb4b5 100644
--- a/test_hgdistver.py
+++ b/test_hgdistver.py
@@ -4,7 +4,6 @@ import os
import hgdistver
import py
from subprocess import call, Popen, PIPE
-from functools import partial
def get_version(path, method='get_version', **kw):
call = getattr(hgdistver, method)