diff options
| author | W. Trevor King <wking@tremily.us> | 2012-11-11 22:21:11 -0500 |
|---|---|---|
| committer | W. Trevor King <wking@tremily.us> | 2012-11-11 22:22:31 -0500 |
| commit | f96e8dfc59ac1a4d7cc1bb296083561335e9a0e3 (patch) | |
| tree | eeef2c27aa001a24e8bba757e466396f73ac8a35 /pym | |
| parent | 5647b2befe4f22fdeb53f9ea30fc090763ca3050 (diff) | |
| download | gentoolkit-f96e8dfc59ac1a4d7cc1bb296083561335e9a0e3.tar.gz | |
eclean/test_clean: remove unused test_test_support import
Diffstat (limited to 'pym')
| -rwxr-xr-x[-rw-r--r--] | pym/gentoolkit/test/eclean/test_clean.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pym/gentoolkit/test/eclean/test_clean.py b/pym/gentoolkit/test/eclean/test_clean.py index 25a760a..706b3d1 100644..100755 --- 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 |
