Skip to content

Commit a1089bf

Browse files
committed
Fixed class derivation.
1 parent 06775c0 commit a1089bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

udapi/block/mwe/slavic/conditional.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Conditional mood of Slavic languages
44

5-
from udapi.block.mwe.MsfPhrase import MsfPhrase
5+
import udapi.block.mwe.msfphrase
66

7-
class conditional(MsfPhrase):
7+
class conditional(udapi.block.mwe.msfphrase.MsfPhrase):
88

99
def process_node(self, node):
1010
if node.feats['VerbForm'] == 'Part' or node.feats['VerbForm'] == 'Fin':

0 commit comments

Comments
 (0)