Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 303f968

Browse files
committed
making travis happy
1 parent bbd6531 commit 303f968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/restapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from market.btcprice import BtcPrice
2929
from net.upnp import PortMapper
3030
from api import ALLOWED_TAGS, ALLOWED_ATTRIBUTES, ALLOWED_STYLES
31-
from utils import sanitize_html
31+
from api.utils import sanitize_html
3232

3333
DEFAULT_RECORDS_COUNT = 20
3434
DEFAULT_RECORDS_OFFSET = 0

0 commit comments

Comments
 (0)