added airframe extension .hil

This commit is contained in:
Andreas Antener 2015-10-06 15:15:08 +02:00
parent 77b8ed6717
commit c26f980f37
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class SourceParser(object):
Returns list of supported file extensions that can be parsed by this Returns list of supported file extensions that can be parsed by this
parser. The parser uses any extension. parser. The parser uses any extension.
""" """
return [""] return ["", ".hil"]
def Parse(self, path, contents): def Parse(self, path, contents):
""" """