Files
edx-platform/common/djangoapps/terrain/__init__.py
2013-02-20 09:52:32 -05:00

7 lines
301 B
Python

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