Skip to content

Commit a42243c

Browse files
author
Jon Wayne Parrott
committed
Merge pull request #197 from anabelensc/make_compatible_oauth2client_v2.0.0
Make compatible with oauth2client v2.0.0 (xsrfutil)
2 parents e8ed9ea + 16016f7 commit a42243c

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)