mirror of
https://github.com/beetbox/beets.git
synced 2025-12-11 02:53:58 +01:00
Removed some testing code which was checked in accidentally
This commit is contained in:
parent
7674399a45
commit
16abc858e3
1 changed files with 0 additions and 3 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue