Files
edx-platform/lms/djangoapps/certificates/views/__init__.py
2016-04-01 10:13:08 -05:00

8 lines
163 B
Python

"""
Aggregate all views exposed by the certificates app.
"""
# pylint: disable=wildcard-import
from .xqueue import *
from .support import *
from .webview import *