autotest: fixed module name

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

View File

@ -3,7 +3,7 @@
# Andrew Tridgell, October 2011 # Andrew Tridgell, October 2011
import pexpect, os, util, sys, shutil, arducopter 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')) os.putenv('TMPDIR', util.reltopdir('tmp'))