Exemplo n.º 1
0
		def reloadModule(self,module):
			"""
				Gets data from container and rerigs python object
			"""
			moduleType = Util.getString(module, "type")
			command = ("module = " + str(moduleType) + "." + str(moduleType) + "('"+ Util.removeSuffix(module) +"')")
			exec command
			return module