Change interface of add_source_parser() and add add_source_suffix()

This commit is contained in:
Takeshi KOMIYA
2018-02-11 21:13:32 +09:00
parent 938ba386ed
commit 5789b25847
14 changed files with 99 additions and 27 deletions

View File

@@ -9,7 +9,7 @@ sys.path.insert(0, os.path.abspath('.'))
class DummyTestParser(Parser):
pass
supported = ('dummy',)
extensions = ['source_parser']