summaryrefslogtreecommitdiff
path: root/webtest/ext.py
blob: 91605c20685a0d53723cc0540f9b155b958b634b (plain)
1
2
3
4
5
6
# -*- coding: utf-8 -*-
__doc__ = 'webtest.ext is now in a separate package name webtest-casperjs'


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