Skip to content

Commit

Permalink
Defined package so relative imports work
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbrake committed Nov 10, 2018
1 parent 353a411 commit 3421632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docser/__main__.py
@@ -1,6 +1,7 @@
import responder
from marshmallow import Schema, fields

__package__ = 'docser'
from ._version import get_versions

api = responder.API(title='Documentation Server',
Expand Down

0 comments on commit 3421632

Please sign in to comment.