Revert "django22: import django.urls (#51145)"

This reverts commit 16f62a5df1.
This commit is contained in:
Nicolas Roche 2021-02-15 19:02:55 +01:00
parent 16f62a5df1
commit 138dd3f75f
3 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from django.core.urlresolvers import reverse
from django.db import models
from django.utils.translation import ugettext_lazy as _

View File

@ -14,6 +14,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from django.core.urlresolvers import reverse
from django.db import models
from django.utils.translation import ugettext_lazy as _

View File

@ -4,7 +4,7 @@ import mock
import httmock
from django.contrib.contenttypes.models import ContentType
from django.urls import reverse
from django.core.urlresolvers import reverse
from django.utils.six.moves.urllib import parse as urlparse
from passerelle.base.models import ApiUser, AccessRight