We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06775c0 commit a1089bfCopy full SHA for a1089bf
1 file changed
udapi/block/mwe/slavic/conditional.py
@@ -2,9 +2,9 @@
2
3
# Conditional mood of Slavic languages
4
5
-from udapi.block.mwe.MsfPhrase import MsfPhrase
+import udapi.block.mwe.msfphrase
6
7
-class conditional(MsfPhrase):
+class conditional(udapi.block.mwe.msfphrase.MsfPhrase):
8
9
def process_node(self, node):
10
if node.feats['VerbForm'] == 'Part' or node.feats['VerbForm'] == 'Fin':
0 commit comments