Remove import of browser1 in BaseApplication
This commit is contained in:
parent
4a9cee1126
commit
f7cd0abc3b
3 changed files with 8 additions and 8 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue