Use aspy.yaml instead.

This commit is contained in:
Anthony Sottile 2014-06-17 09:29:39 -07:00
parent fe5e829ea4
commit 5575dbae05
4 changed files with 5 additions and 5 deletions

View file

@ -3,8 +3,8 @@ from __future__ import unicode_literals
import sys
from asottile.yaml import ordered_dump
from asottile.yaml import ordered_load
from aspy.yaml import ordered_dump
from aspy.yaml import ordered_load
from plumbum import local
import pre_commit.constants as C