Skip to content
Snippets Groups Projects
Commit 8c7f6cd0 authored by Steven Loria's avatar Steven Loria
Browse files

Merge pull request #21 from roberttstephens/use_explicit_relative_imports

Use explicit relative import instead of implicit.
parents 7c320a1e af3d885f
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
'''The public module, including the homepage and user auth.''' '''The public module, including the homepage and user auth.'''
import views from . import views
'''The user module.''' '''The user module.'''
import views from . import views
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment