source: yum/trunk/test/settestpath.py@ 1843

Last change on this file since 1843 was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 179 bytes
Line 
1import sys
2
3# Adjust path so we can see the src modules running from branch as well
4# as test dir:
5sys.path.insert(0, '../../')
6sys.path.insert(0, '../')
7sys.path.insert(0, './')
Note: See TracBrowser for help on using the repository browser.