diff options
Diffstat (limited to 'gitlab/config.py')
| -rw-r--r-- | gitlab/config.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gitlab/config.py b/gitlab/config.py index c9dc5aa..4d0abb8 100644 --- a/gitlab/config.py +++ b/gitlab/config.py @@ -15,12 +15,9 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -try: - import ConfigParser as configparser -except ImportError: - import configparser import os +from six.moves import configparser _DEFAULT_FILES = [ '/etc/python-gitlab.cfg', |
