Skip to content

Commit

Permalink
Python 2.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kerfab committed Sep 21, 2017
1 parent 706fc3c commit effba9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdic/jdic.py
Expand Up @@ -8,7 +8,7 @@
from collections import Sequence, Mapping
import json_delta
import jsonschema
import jdic.drivers # pylint: disable=unused-import
from . import drivers # pylint: disable=unused-import
from . import settings


Expand Down

0 comments on commit effba9b

Please sign in to comment.