diff options
| author | Gael Pasgrimaud <gael@gawel.org> | 2013-02-21 20:26:37 +0100 |
|---|---|---|
| committer | Gael Pasgrimaud <gael@gawel.org> | 2013-02-21 20:26:37 +0100 |
| commit | 7484f0d8ea4eada9b8ce7b887eefc59b44a939cd (patch) | |
| tree | cea0efc46db707873f7d96c7182f9ac4f801fd58 /webtest/app.py | |
| parent | 1af770d38325a591eef96a3a46851ea9c4937d99 (diff) | |
| parent | 803ca78a1db684993ca3c165dbb9f48605ff9f8d (diff) | |
| download | webtest-7484f0d8ea4eada9b8ce7b887eefc59b44a939cd.tar.gz | |
Merge branch 'master' of github.com:Pylons/webtest
Diffstat (limited to 'webtest/app.py')
| -rw-r--r-- | webtest/app.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webtest/app.py b/webtest/app.py index 8534225..07868ff 100644 --- a/webtest/app.py +++ b/webtest/app.py @@ -58,7 +58,8 @@ class RequestCookieAdapter(object): return True # sure? Why not? @property - def unverifiable(self): + def unverifiable(self): # NOQA + # This is undocumented method that Python 3 cookielib uses return True def get_full_url(self): |
