Obsolete checks in __main__
svn: r22945
This commit is contained in:
parent
eab69c44ac
commit
d550a2373a
@ -2221,10 +2221,4 @@ class FamilyMergeCheck(BaseMergeCheck):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
if not os.path.isdir(os.path.join(USER_PLUGINS, 'CliMerge')):
|
|
||||||
print('This program needs the third party "CliMerge" plugin.', file=sys.stderr)
|
|
||||||
sys.exit(1)
|
|
||||||
if not os.path.isdir(os.path.join(USER_PLUGINS, 'ExportRaw')):
|
|
||||||
print('This program needs the third party "ExportRaw" plugin.', file=sys.stderr)
|
|
||||||
sys.exit(1)
|
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user