Add .lmi to Python extensions

The OpenLMI project provides a scripting environment based on
Python (wrapping the Python interpreter with the 'lmishell'
command). Python scripts intended to be executed via lmishell are
conventionally given the suffix .lmi to identify them. Since the
syntax is identical to that of Python, it would be best to
identify it that way.
This commit is contained in:
Stephen Gallagher
2013-12-06 09:40:10 -05:00
parent 4476a23f5a
commit 5bbffb00f5

View File

@@ -1230,6 +1230,7 @@ Python:
primary_extension: .py
extensions:
- .gyp
- .lmi
- .pyt
- .pyw
- .wsgi