From: W. Trevor King Date: Mon, 12 Nov 2012 03:21:11 +0000 (-0500) Subject: eclean/test_clean: remove unused test_test_support import X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=HEAD;p=gentoolkit.git eclean/test_clean: remove unused test_test_support import --- diff --git a/pym/gentoolkit/test/eclean/test_clean.py b/pym/gentoolkit/test/eclean/test_clean.py old mode 100644 new mode 100755 index 25a760a..706b3d1 --- a/pym/gentoolkit/test/eclean/test_clean.py +++ b/pym/gentoolkit/test/eclean/test_clean.py @@ -19,10 +19,6 @@ import os import sys import gentoolkit.pprinter as pp -try: - from test import test_support -except ImportError: - from test import support as test_support from gentoolkit.eclean.clean import CleanUp