Obsolete checks in __main__

svn: r22945
This commit is contained in:
Vassilii Khachaturov 2013-08-29 19:12:30 +00:00
parent eab69c44ac
commit d550a2373a

View File

@ -2221,10 +2221,4 @@ class FamilyMergeCheck(BaseMergeCheck):
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()