Skip to content

Commit

Permalink
Support Python 3 (#2855)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmeyer authored Jan 3, 2019
1 parent a2c032f commit 5326ac9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions couch/datadog_checks/couch/couch.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

from __future__ import division

from six.moves.urllib.parse import quote, urljoin
from six import iteritems

Expand Down

0 comments on commit 5326ac9

Please sign in to comment.