need py_post, not py_mentat

This commit is contained in:
Christoph Kords 2011-02-28 10:00:08 +00:00
parent 9312aed545
commit 6b63d488cb
1 changed files with 1 additions and 1 deletions

View File

@ -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)