Sun, 01 May 2011 15:24:50 +0200
Fixed some PEP-8 related issues.
QScintilla/Lexers/__init__.py | file | annotate | diff | comparison | revisions |
--- a/QScintilla/Lexers/__init__.py Sun May 01 11:30:26 2011 +0200 +++ b/QScintilla/Lexers/__init__.py Sun May 01 15:24:50 2011 +0200 @@ -633,9 +633,9 @@ if QSCINTILLA_VERSION() >= 0x020501: assocs.update({ - '*.m': "Matlab", - '*.m.matlab': "Matlab", - '*.m.octave': "Octave", + '*.m': "Matlab", + '*.m.matlab': "Matlab", + '*.m.octave': "Octave", }) for name in LexerRegistry: