mirror of https://github.com/ArduPilot/ardupilot
autotest: fixed module name
This commit is contained in:
parent
36ecc34a4b
commit
c2fd7144e2
|
@ -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