summaryrefslogtreecommitdiffstats
path: root/pym/emerge
Commit message (Collapse)AuthorAgeFilesLines
* Move bin/emerge to pym/emerge/__init__.py to restore old import behavior as ↵Marius Mauch2007-02-171-5/+5373
| | | | | | the load_source solution doesn't work properly svn path=/main/trunk/; revision=5978
* Make emerge importable again without relying on module search path orderMarius Mauch2007-02-171-0/+5
| | | | svn path=/main/trunk/; revision=5977
* Fix imports from the emerge package.Zac Medico2007-02-101-0/+0
| | | | svn path=/main/trunk/; revision=5941
* Create namespace for emergeMarius Mauch2007-02-081-0/+420
svn path=/main/trunk/; revision=5931