Skip to content

Commit

Permalink
Moving to vendorized yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed May 16, 2013
1 parent 950a159 commit 0b793a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/mobile/views.py
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/jammit.py
@@ -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)]><!-->"
Expand Down
2 changes: 1 addition & 1 deletion utils/tlnb.py
Expand Up @@ -4,7 +4,7 @@
import select
import subprocess
import sys
import yaml
from vendor import yaml


IGNORE_HOSTS = [
Expand Down
2 changes: 1 addition & 1 deletion utils/zgrep.py
Expand Up @@ -5,7 +5,7 @@
import select
import subprocess
import sys
import yaml
from vendor import yaml


IGNORE_HOSTS = [
Expand Down

0 comments on commit 0b793a3

Please sign in to comment.