7 lines
301 B
Python
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 *
|