diff options
author | Omer Katz <omerk@checkpoint.com> | 2017-09-17 14:14:31 +0300 |
---|---|---|
committer | Omer Katz <omerk@checkpoint.com> | 2017-09-17 14:14:31 +0300 |
commit | 0218f8da4f6405c6a38ea7e01feacf73b35dd698 (patch) | |
tree | 7497e617e696a96eb7d66fadf9c933394b12a05d /oauthlib/uri_validate.py | |
parent | c00a194e2986e75da4acf05ec413ab21cb6d46da (diff) | |
download | oauthlib-0218f8da4f6405c6a38ea7e01feacf73b35dd698.tar.gz |
Sorted imports.
Diffstat (limited to 'oauthlib/uri_validate.py')
-rw-r--r-- | oauthlib/uri_validate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oauthlib/uri_validate.py b/oauthlib/uri_validate.py index e553f32..ce8ea40 100644 --- a/oauthlib/uri_validate.py +++ b/oauthlib/uri_validate.py @@ -9,6 +9,7 @@ They should be processed with re.VERBOSE. Thanks Mark Nottingham for this code - https://gist.github.com/138549 """ from __future__ import unicode_literals + import re # basics |