sel.py
Go to the documentation of this file.
00001 # -*- coding: utf-8 -*-
00002 __doc__ = 'webtest.sel is now in a separate package name webtest-selenium'
00003 
00004 
00005 class SeleniumApp(object):
00006 
00007     def __init__(self, *args, **kwargs):
00008         raise ImportError(__doc__)
00009 
00010 
00011 def selenium(*args, **kwargs):
00012     raise ImportError(__doc__)


webtest
Author(s): AlexV
autogenerated on Sat Jun 8 2019 20:32:07