[voltLib] minor formatting

This commit is contained in:
moyogo 2015-12-08 16:33:34 +00:00
parent 08d3460850
commit 430b3d21a1
2 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@ import unittest
def lex(s):
return [(typ, tok) for (typ, tok, _) in Lexer(s, "test.vtp")]
class LexerTest(unittest.TestCase):
def __init__(self, methodName):
unittest.TestCase.__init__(self, methodName)