Skip to content

Commit

Permalink
Merge pull request #17 from paulondc/fixed-imports
Browse files Browse the repository at this point in the history
Fixed imports
  • Loading branch information
dqsully authored Oct 7, 2019
2 parents bb6f6c7 ba52a51 commit db1475e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions hjson/encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 5,7 @@
from operator import itemgetter
from decimal import Decimal
from .compat import u, unichr, binary_type, string_types, integer_types, PY3

from hjson.decoder import PosInf
from .decoder import PosInf

#ESCAPE = re.compile(ur'[\x00-\x1f\\"\b\f\n\r\t\u2028\u2029]')
# This is required because u() will mangle the string and ur'' isn't valid
Expand Down
3 changes: 1 addition & 2 deletions hjson/encoderH.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 5,7 @@
from operator import itemgetter
from decimal import Decimal
from .compat import u, unichr, binary_type, string_types, integer_types, PY3

from hjson.decoder import PosInf
from .decoder import PosInf

# This is required because u() will mangle the string and ur'' isn't valid
# python3 syntax
Expand Down

0 comments on commit db1475e

Please sign in to comment.