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

Commit 49766f0

Browse files
jisantucChris Brown
authored and
Chris Brown
committed
Make imports in api.py relative
1 parent 08ed514 commit 49766f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rasterfoundry/api.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from bravado.swagger_model import load_file
66
from simplejson import JSONDecodeError
77

8-
from models import Project, MapToken
9-
from exceptions import RefreshTokenException
8+
from .models import Project, MapToken
9+
from .exceptions import RefreshTokenException
1010

1111

1212
SPEC_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)),

0 commit comments

Comments
 (0)