gecko/tools/docs
Gregory Szorc 0d16ec0cfa Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium
This removes ambiguity as to which modules are being imported, making
import slightly faster as Python doesn't need to test so many
directories for file presence.

All files should already be using absolute imports because mach command
modules aren't imported to the package they belong to: they instead
belong to the "mach" package. So relative imports shouldn't have been
used.
2015-06-21 17:39:09 -07:00
..
moztreedocs Bug 1115278 - Move Sphinx documentation staging into Sphinx extension; r=glandium 2014-12-24 09:46:41 -08:00
conf.py Bug 1115278 - Add virtualenv to Sphinx environment; r=glandium 2014-12-24 10:17:02 -08:00
index.rst
mach_commands.py Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium 2015-06-21 17:39:09 -07:00
Vagrantfile