mirror of https://github.com/ArduPilot/ardupilot
autotest: fixed module name
This commit is contained in:
parent
13d74472c5
commit
bc08189613
|
@ -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'))
|
||||
|
||||
|
|
Loading…
Reference in New Issue