issue #1701 removed further except: statements

This commit is contained in:
Sebastian Hoogen
2014-08-24 19:48:23 +02:00
parent d49528b27e
commit 83543c71c6
4 changed files with 11 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ import FreeCAD
def InitApplications():
try:
import sys,os
except:
except ImportError:
FreeCAD.PrintError("\n\nSeems the python standard libs are not installed, bailing out!\n\n")
raise
# Checking on FreeCAD module path ++++++++++++++++++++++++++++++++++++++++++