fix py25 compat

This commit is contained in:
holger krekel 2013-11-21 12:31:22 +01:00
parent bb5f1e8173
commit 49119e31bf
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
from __future__ import with_statement
import pytest, py, sys, os
from _pytest import runner, main