changeset 8694 | d901c36bcfce |
parent 8561 | 77ea3eed9946 |
child 8771 | 519629422391 |
--- a/server/test/unittest_session.py Thu Feb 14 15:29:20 2013 +0100 +++ b/server/test/unittest_session.py Thu Feb 14 15:39:23 2013 +0100 @@ -15,11 +15,9 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. -from __future__ import with_statement from cubicweb.devtools.testlib import CubicWebTC - class InternalSessionTC(CubicWebTC): def test_dbapi_query(self): session = self.repo.internal_session()