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


class SeleniumApp(object):

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


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