From c2fd7144e2f6885fdedf5a2e7b9d15f2ca1f73af Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 9 Nov 2011 23:45:12 +1100 Subject: [PATCH] autotest: fixed module name --- Tools/autotest/autotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/autotest.py b/Tools/autotest/autotest.py index 9bdca5403d..bad56d73b2 100755 --- a/Tools/autotest/autotest.py +++ b/Tools/autotest/autotest.py @@ -3,7 +3,7 @@ # Andrew Tridgell, October 2011 import pexpect, os, util, sys, shutil, arducopter -import optparse, fnmatch, time, glob, trackback +import optparse, fnmatch, time, glob, traceback os.putenv('TMPDIR', util.reltopdir('tmp'))