Skip to content

Commit

Permalink
fix issue with Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimj committed Jan 16, 2019
1 parent 91c993f commit bb5bfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envyaml/envyaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import os

from yaml import safe_load
from collections.abc import MutableMapping
from collections import MutableMapping

__version__ = '0.1907'

Expand Down

0 comments on commit bb5bfb4

Please sign in to comment.