diff options
| author | David Smith <smithdc@gmail.com> | 2020-11-07 20:57:17 +0000 |
|---|---|---|
| committer | David Smith <smithdc@gmail.com> | 2020-11-07 20:57:17 +0000 |
| commit | d5df159bd27b41c77042e8814ab4f37ebdcea18a (patch) | |
| tree | ebdbc51934f9546d43e3f172e376e43489f0c72c /webtest/ext.py | |
| parent | 3d09494d80713a32d9bc52e457bff16fb6ba285c (diff) | |
| download | webtest-d5df159bd27b41c77042e8814ab4f37ebdcea18a.tar.gz | |
Dropped support for Python 2.7 and 3.5
Diffstat (limited to 'webtest/ext.py')
| -rw-r--r-- | webtest/ext.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webtest/ext.py b/webtest/ext.py index 91605c2..e28ae31 100644 --- a/webtest/ext.py +++ b/webtest/ext.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- __doc__ = 'webtest.ext is now in a separate package name webtest-casperjs' |
