mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Moving to vendorized yaml.
This commit is contained in:
parent
950a159387
commit
0b793a3797
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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)]><!-->"
|
||||
|
|
|
@ -4,7 +4,7 @@ import os
|
|||
import select
|
||||
import subprocess
|
||||
import sys
|
||||
import yaml
|
||||
from vendor import yaml
|
||||
|
||||
|
||||
IGNORE_HOSTS = [
|
||||
|
|
|
@ -5,7 +5,7 @@ import os
|
|||
import select
|
||||
import subprocess
|
||||
import sys
|
||||
import yaml
|
||||
from vendor import yaml
|
||||
|
||||
|
||||
IGNORE_HOSTS = [
|
||||
|
|
Loading…
Add table
Reference in a new issue