Kill DataConverter (#2554)

* Kill DataConverter

* remove the tests
This commit is contained in:
Michael H
2019-04-09 17:01:04 -04:00
committed by Will
parent 0852d1be9f
commit 136e781c7f
38 changed files with 0 additions and 2089 deletions

View File

@@ -1,12 +0,0 @@
from pathlib import Path
from redbot.cogs.dataconverter import core_specs
__all__ = ["get_specresolver"]
def get_specresolver(path):
here = Path(path)
resolver = core_specs.SpecResolver(here.parent)
return resolver