Revision 8e55e20f autotools/build-bash-completion

b/autotools/build-bash-completion
39 39
from ganeti import build
40 40
from ganeti import pathutils
41 41

  
42
from ganeti.tools import burnin
43

  
42 44
# _autoconf shouldn't be imported from anywhere except constants.py, but we're
43 45
# making an exception here because this script is only used at build time.
44 46
from ganeti import _autoconf
......
838 840
                                         build.LoadModule(filename)))
839 841

  
840 842
  # Burnin script
841
  burnin = build.LoadModule("tools/burnin")
842 843
  WriteCompletion(sw, "%s/burnin" % pathutils.TOOLSDIR, "_ganeti_burnin",
843 844
                  debug,
844 845
                  opts=burnin.OPTIONS, args=burnin.ARGUMENTS)

Also available in: Unified diff