Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Update oauth2_app.py to align with earlier renaming #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apitester/oauth2_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from flask import Flask, request, redirect, session, url_for, jsonify
from requests_oauthlib import OAuth2Session

from python_mautic import MauticOauth2Client, Contacts
from python_mautic.utils import update_token_tempfile
from mautic import MauticOauth2Client, Contacts
from mautic.utils import update_token_tempfile

app = Flask(__name__)

Expand Down