Skip to content

Commit 7cd0df5

Browse files
committed
To allow the tests to pass on Python3 (there's clearly a problem with twisted)
1 parent 8756065 commit 7cd0df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ometa/test/test_vm_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from twisted.trial.unittest import TestCase
1+
from unittest import TestCase
22
from terml.nodes import termMaker as t
33
from ometa.vm_builder import writeBytecode, writeBytecodeRule, writeBytecodeGrammar
44

0 commit comments

Comments
 (0)