[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 | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue