Files
deb-python-taskflow/taskflow/persistence/backends/impl_dir.py
Joshua Harlow e0041973b2 Use io.open vs raw open
The io.open call can take in a encoding so we don't need
to read in binary mode, then convert it since it can just
do that on our behalf.

Change-Id: I0cce2841b40f1566ba07ff95a553cb18ea9059ee
2015-07-10 20:07:20 -07:00

5.8 KiB