Skip to content

Commit

Permalink
fix relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKliszowski committed Jan 10, 2017
1 parent e0a2349 commit 01c7878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json_reindent/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import json
from .utils import ordered_load
from json_reindent.utils import ordered_load


def parse_input(content, *args, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion sublime_json_reindent.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from sublime_plugin import TextCommand
from .json_reindent import parse_input, format_output
from json_reindent import parse_input, format_output
import sublime
import logging

Expand Down

0 comments on commit 01c7878

Please sign in to comment.