[svn r58111] make the tests runnable also under pypy
--HG-- branch : trunk
This commit is contained in:
		
							parent
							
								
									2a706fc8ae
								
							
						
					
					
						commit
						89814706bc
					
				|  | @ -1,6 +1,10 @@ | ||||||
| import py | import py | ||||||
| 
 | 
 | ||||||
| from filelog import session | try: | ||||||
|  |     from filelog import session | ||||||
|  | except ImportError: | ||||||
|  |     # convenience, make these tests runnable where fielog lives under pypy | ||||||
|  |     from pypy.tool.pytest.filelog import session | ||||||
|      |      | ||||||
| import os, StringIO | import os, StringIO | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue