Updates to doc/view modules and sample apps from ActiveGrid.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -594,7 +594,8 @@ class Module :
 | 
			
		||||
            warnings.append(w)
 | 
			
		||||
            return 0
 | 
			
		||||
        except:
 | 
			
		||||
            w = Warning(self.moduleName, 1, sys.exc_info()[0] + " NOT PROCESSED UNABLE TO IMPORT")
 | 
			
		||||
            exc_type, exc_value, exc_tb = sys.exc_info()
 | 
			
		||||
            w = Warning(self.moduleName, 1, "%s: %s.\nUnable to import module %s." % (exc_type, exc_value, self.moduleName))
 | 
			
		||||
            warnings.append(w)
 | 
			
		||||
            importError(self.moduleName)
 | 
			
		||||
            return 0
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user