Auto-tools/Projects/Mozbase: Difference between revisions

m
Line 203: Line 203:


* this allows packages to be installed with the 'setup.py' script
* this allows packages to be installed with the 'setup.py' script
* if packages cannot be installed (for deployment reasons), altering 'sys.path' (or '$PYTHONPATH') can be used to utilize
* if packages cannot be installed (for deployment reasons), altering 'sys.path' (or '$PYTHONPATH') can be used to utilized
* with single-module packages, you get a sensibly named file that is imported in '__init__.py' and can be mirrored easily and it conforms to how all of the other packages work
* with single-module packages, you get a sensibly named file that is imported in '__init__.py' and can be mirrored easily and it conforms to how all of the other packages work


== Integration Notes ==
== Integration Notes ==
Confirmed users
656

edits