python 3 compatibility

This commit is contained in:
root
2019-07-08 12:16:46 +00:00
parent dc9974cede
commit 0f22c9ff9b
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
"""
Single page performance tests for LMS.
"""
from __future__ import absolute_import
from bok_choy.web_app_test import with_cache
from common.test.acceptance.fixtures.course import CourseFixture, CourseUpdateDesc, XBlockFixtureDesc

View File

@@ -1,6 +1,8 @@
"""
Single page performance tests for Studio.
"""
from __future__ import absolute_import
from bok_choy.web_app_test import with_cache
from common.test.acceptance.pages.common.auto_auth import AutoAuthPage