mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
added airframe extension .hil
This commit is contained in:
@@ -151,7 +151,7 @@ class SourceParser(object):
|
||||
Returns list of supported file extensions that can be parsed by this
|
||||
parser. The parser uses any extension.
|
||||
"""
|
||||
return [""]
|
||||
return ["", ".hil"]
|
||||
|
||||
def Parse(self, path, contents):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user