trove-dashboard/trove_dashboard/api/__init__.py
Duk Loi 199743329d Fix unit tests
The unit tests were failing with
"ImportError: No module named trove.api".

Changed the __init__.py file to point to trove_dashboard.api

Added back the trove exception to the test data.

Change-Id: Ifbd50a1ee90b08b5b0aebb1190b3b3f4043876fb
Closes-Bug: 1532238
2016-01-08 10:40:55 -05:00

6 lines
65 B
Python

from trove_dashboard.api import trove
__all__ = [
"trove"
]