| Source path: hg/ project/ app/ main.py |
|
|
|
Change log
2f96e1bc9276
by Rodrigo Moraes <rodrigo.moraes>
on May 10, 2011
Diff
Dropped set_syst_path, main.py sets the path and we avoid unexpected results.
| Go to: |
Sign in to write a code review
Older revisions
981a05b4fba3
by Rodrigo Moraes <rodrigo.moraes>
on Apr 24, 2011
Diff
Call set_path() actually inside main().
29099f92601e
by Rodrigo Moraes <rodrigo.moraes>
on Apr 23, 2011
Diff
Fixed weird set_sys_path side effect. Thanks for the the report and solution, guys. :) (Fixes issue 81 )
3583e813832d
by Rodrigo Moraes <rodrigo.moraes>
on Apr 2, 2011
Diff
Added set_sys_path.py. Helps when you have multiple bootstraps.