Files
edx-platform/lms/djangoapps/terrain/__init__.py
2013-01-02 10:44:19 -05:00

6 lines
292 B
Python

# Use this as your terrain file so that the common steps
# across all lms apps can be put in terrain/steps
# See https://groups.google.com/forum/?fromgroups=#!msg/lettuce-users/5VyU9B4HcX8/USgbGIJdS5QJ
from terrain.browser import *
from terrain.common import *
from terrain.factories import *