Moving to vendorized yaml.

This commit is contained in:
Samuel Clay 2013-05-15 18:08:37 -07:00
parent 950a159387
commit 0b793a3797
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
import os
import base64
import yaml
from vendor import yaml
from django.conf import settings
from django.http import HttpResponse
from django.shortcuts import render_to_response

View file

@ -1,6 +1,6 @@
import os
from fnmatch import fnmatch
import yaml
from vendor import yaml
from django.conf import settings
DATA_URI_START = "<!--[if (!IE)|(gte IE 8)]><!-->"

View file

@ -4,7 +4,7 @@ import os
import select
import subprocess
import sys
import yaml
from vendor import yaml
IGNORE_HOSTS = [

View file

@ -5,7 +5,7 @@ import os
import select
import subprocess
import sys
import yaml
from vendor import yaml
IGNORE_HOSTS = [