second commit
This commit is contained in:
10
venv/Lib/site-packages/fake_useragent/errors.py
Normal file
10
venv/Lib/site-packages/fake_useragent/errors.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
|
||||
class FakeUserAgentError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
# common alias
|
||||
UserAgentError = FakeUserAgentError
|
||||
Reference in New Issue
Block a user