Merge pull request #20963 from mraarif/INCR-319
INCR-319 - python 3 compatibility
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user