Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use from . import views, not import .views #93

Merged
merged 1 commit into from
Feb 8, 2016

Conversation

n8henrie
Copy link
Contributor

Because import .views gives SyntaxError, I changed it to from . import views.

#92

Because `import .views` gives `SyntaxError`, I changed it to `from . import views`.
rpicard added a commit that referenced this pull request Feb 8, 2016
Use `from . import views`, not `import .views`
@rpicard rpicard merged commit 47b6e6d into rpicard:master Feb 8, 2016
@rpicard
Copy link
Owner

rpicard commented Feb 8, 2016

Thanks!

@n8henrie n8henrie deleted the patch-1 branch March 18, 2016 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants