Merge pull request #20963 from mraarif/INCR-319

INCR-319 - python 3 compatibility
This commit is contained in:
Aarif
2019-07-09 12:03:24 +05:00
committed by GitHub
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