Removed some testing code which was checked in accidentally

This commit is contained in:
Malte Ried 2014-12-29 11:52:33 +01:00
parent 7674399a45
commit 16abc858e3

View file

@ -83,9 +83,6 @@ class IHatePluginTest(_common.TestCase, ImportHelper):
self.misc_paths.append(dest_path)
def __run(self, expected_lines, singletons=False):
import beetsplug
path = beetsplug.__path__
print path
self.load_plugins('ihate')
import_files = [self.import_dir]