Skip to content

Commit

Permalink
Make imports compatible with Python 2 and 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
martey committed Nov 24, 2017
1 parent 3e2d931 commit dc04ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flask/app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from flask import g, render_template, redirect, request, session, url_for

from app import app, db
from models import User
from .models import User

# Facebook app details
FB_APP_ID = ''
Expand Down

0 comments on commit dc04ae1

Please sign in to comment.