need py_post, not py_mentat
This commit is contained in:
parent
9312aed545
commit
6b63d488cb
|
@ -646,7 +646,7 @@ for release,subdirs in sorted(releases.items(),reverse=True):
|
|||
break
|
||||
|
||||
try:
|
||||
from py_mentat import *
|
||||
from py_post import *
|
||||
except:
|
||||
if options.filetype.lower() == 'marc':
|
||||
print('no valid Mentat release found in %s'%MSCpath)
|
||||
|
|
Loading…
Reference in New Issue