Skip to content

Commit

Permalink
chg: dev: import temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmadaniHaryono committed Mar 24, 2018
1 parent b6c9a9d commit 250758b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bukuserver/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
import click
import flask

from . import response
try:
from . import response
except ImportError:
from bukuserver import response

def get_tags():
"""get tags."""
Expand Down

0 comments on commit 250758b

Please sign in to comment.