diff --git a/apps/mobile/views.py b/apps/mobile/views.py index bf15b165b..7c3bf3a81 100644 --- a/apps/mobile/views.py +++ b/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 diff --git a/utils/jammit.py b/utils/jammit.py index 351f27eb6..0daf62067 100644 --- a/utils/jammit.py +++ b/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 = "" diff --git a/utils/tlnb.py b/utils/tlnb.py index f6b4fa751..2cd70bd30 100755 --- a/utils/tlnb.py +++ b/utils/tlnb.py @@ -4,7 +4,7 @@ import os import select import subprocess import sys -import yaml +from vendor import yaml IGNORE_HOSTS = [ diff --git a/utils/zgrep.py b/utils/zgrep.py index 7533e9dcb..cd8dce738 100755 --- a/utils/zgrep.py +++ b/utils/zgrep.py @@ -5,7 +5,7 @@ import os import select import subprocess import sys -import yaml +from vendor import yaml IGNORE_HOSTS = [