File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Copyright The IETF Trust 2015-2019 , All Rights Reserved
1+ # Copyright The IETF Trust 2015-2020 , All Rights Reserved
22# -*- coding: utf-8 -*-
33
44
55from __future__ import absolute_import , print_function , unicode_literals
66
77import os
8- import patch
98import six
109import sys
1110import time
1918from django .conf import settings
2019from django .core import checks
2120from django .utils .module_loading import import_string
21+ import ietf .utils .patch as patch
2222
2323checks_run = [] # type: List[str]
2424
Original file line number Diff line number Diff line change @@ -1061,7 +1061,6 @@ def skip_unreadable_post(record):
10611061CHECKS_LIBRARY_PATCHES_TO_APPLY = [
10621062 'patch/fix-django-unicode-comparison-bug.patch' ,
10631063 'patch/fix-unidecode-argument-warning.patch' ,
1064- 'patch/fix-patch-no-chdir.patch' ,
10651064]
10661065if DEBUG :
10671066 try :
You can’t perform that action at this time.
0 commit comments