autotest: fixed module name

This commit is contained in:
Andrew Tridgell 2011-11-09 23:45:12 +11:00
parent 13d74472c5
commit bc08189613
1 changed files with 1 additions and 1 deletions

View File

@ -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'))