diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-08-08 11:54:28 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-08-08 11:54:28 +0200 |
commit | fa75571a334166632ad970c32a6b995785604803 (patch) | |
tree | 7b57231c901cd9e63a40796b1bc332497359c007 | |
parent | c9915a4e43c4e7e0e086d815aec722a370e7e0b5 (diff) | |
download | gitlab-fa75571a334166632ad970c32a6b995785604803.tar.gz |
ignore pep8 error
-rw-r--r-- | gitlab/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 3979aa0..fce2569 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -311,7 +311,7 @@ class Gitlab(object): try: from http.client import HTTPConnection except ImportError: - from httplib import HTTPConnection + from httplib import HTTPConnection # noqa HTTPConnection.debuglevel = 1 logging.basicConfig() |