Skip to content

Commit

Permalink
Fix py2.x issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Nov 22, 2017
1 parent 1ee4c52 commit a521bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions anytree/importer/dictimporter.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from anytree import AnyNode


Expand Down
1 change: 1 addition & 0 deletions anytree/importer/jsonimporter.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import json

from .dictimporter import DictImporter
Expand Down

0 comments on commit a521bf9

Please sign in to comment.