Skip to content

Commit 16016f7

Browse files
committed
Make compatible with oauth2client v2.0.0 xsrfutil.py
1 parent e8ed9ea commit 16016f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/django_sample/plus/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from django.shortcuts import render
1212
from django_sample.plus.models import CredentialsModel
1313
from django_sample import settings
14-
from oauth2client import xsrfutil
14+
from oauth2client.contrib import xsrfutil
1515
from oauth2client.client import flow_from_clientsecrets
1616
from oauth2client.contrib.django_orm import Storage
1717

0 commit comments

Comments
 (0)