Remove import of browser1 in BaseApplication

This commit is contained in:
Florent 2014-07-08 17:15:39 +02:00
commit f7cd0abc3b
3 changed files with 8 additions and 8 deletions

View file

@ -48,3 +48,9 @@ class BrowserHTTPError(BrowserUnavailable):
class ParseError(Exception):
pass
class FormFieldConversionWarning(UserWarning):
"""
A value has been set to a form's field and has been implicitly converted.
"""