summaryrefslogtreecommitdiff
path: root/piglit-print-commands.py
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2014-04-23 17:19:42 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2014-05-13 16:06:49 -0700
commit69eb5118eb47a62f60c80d00ed061698d4822a6b (patch)
tree8653694e912c874583bb93ccd793b4ce56852715 /piglit-print-commands.py
parent16eb2fafebcadc70f32733ebd9c1dfa7e207c5ea (diff)
framework: rename profile.loadTestProfile to profile.load_test_profile
This is a more pythonic name for this method. This patch was created with the following shell command: find . -name '*py' | \ xargs sed -i -e 's!loadTestProfile!load_test_profile!g' Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'piglit-print-commands.py')
-rwxr-xr-xpiglit-print-commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/piglit-print-commands.py b/piglit-print-commands.py
index 547d964dd..757fe3a67 100755
--- a/piglit-print-commands.py
+++ b/piglit-print-commands.py
@@ -61,7 +61,7 @@ def main():
piglit_dir = path.dirname(path.realpath(sys.argv[0]))
os.chdir(piglit_dir)
- profile = framework.profile.loadTestProfile(args.testProfile)
+ profile = framework.profile.load_test_profile(args.testProfile)
def getCommand(test):
command = ''