source:
yum/trunk/test/settestpath.py@
6
| Last change on this file since 6 was 2, checked in by , 15 years ago | |
|---|---|
|
|
| File size: 179 bytes | |
| Line | |
|---|---|
| 1 | import sys |
| 2 | |
| 3 | # Adjust path so we can see the src modules running from branch as well |
| 4 | # as test dir: |
| 5 | sys.path.insert(0, '../../') |
| 6 | sys.path.insert(0, '../') |
| 7 | sys.path.insert(0, './') |
Note:
See TracBrowser
for help on using the repository browser.
