summaryrefslogtreecommitdiff
path: root/webtest/sel.py
blob: d336b1e658b90b403c2845f2ec0c3a9266942409 (plain)
1
2
3
4
5
6
7
8
9
10
11
__doc__ = 'webtest.sel is now in a separate package name webtest-selenium'


class SeleniumApp:

    def __init__(self, *args, **kwargs):
        raise ImportError(__doc__)


def selenium(*args, **kwargs):
    raise ImportError(__doc__)