GUI test scripts are now executed via prompt.interpreter.exec_script().
This allows the preservation of imports within the scripts. The old execfile() method was causing
the 'globals' to be overwritten, hence imports in the scripts are not visible inside methods or
classes.