diff --git a/processing/post/postResults b/processing/post/postResults index 25377bddd..1f4df902a 100755 --- a/processing/post/postResults +++ b/processing/post/postResults @@ -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)