Signed-off-by: Lucas Meneghel Rodrigues <[email protected]> --- .../test/templates/scenario_package_common.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tko/parsers/test/templates/scenario_package_common.py b/tko/parsers/test/templates/scenario_package_common.py index 0dc6e77..08a914c 100644 --- a/tko/parsers/test/templates/scenario_package_common.py +++ b/tko/parsers/test/templates/scenario_package_common.py @@ -1,7 +1,7 @@ -# This is meant to run from within a scenerio package +# This is meant to run from within a scenario package import os, sys dirname = os.path.dirname(sys.modules[__name__].__file__) -autotest_dir = os.path.abspath(os.path.join(dirname, "..", "..", "..", "..", "..")) +autotest_dir = os.path.abspath(os.path.join(dirname, "..", "..", "..", "..")) client_dir = os.path.join(autotest_dir, "client") sys.path.insert(0, client_dir) import setup_modules -- 1.7.6 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
