diff --git a/piglit-print-commands.py b/piglit-print-commands.py index 17c26da..531a158 100755 --- a/piglit-print-commands.py +++ b/piglit-print-commands.py @@ -31,8 +31,8 @@ import os.path as path sys.path.append(path.dirname(path.realpath(sys.argv[0]))) import framework.core as core import framework.profile -from framework.exectest import Test -from framework.gleantest import GleanTest +from framework.test import Test +from framework.test import GleanTest def main():