making the web API importable.

This commit is contained in:
Aurynn Shaw
2014-02-24 11:37:18 +13:00
parent fa594300dd
commit 10cd18d823
2 changed files with 1 additions and 1 deletions

0
api/__init__.py Normal file
View File

View File

@@ -1,6 +1,6 @@
from webtest import TestApp
import unittest
from web import get_app
from api.web import get_app
from sqlalchemy import create_engine
from api.models import Resources, Tenants, UsageEntry, SalesOrder