Converted webapp portion to python 3.5. Resolves #32

This commit is contained in:
Jeremy Zhang
2017-08-19 00:33:50 +00:00
parent 15011078c8
commit fb8cfe3abc
13 changed files with 46 additions and 53 deletions

View File

@ -1 +1 @@
from admin import admin
from .admin import admin

View File

@ -1 +1 @@
from api import api
from .api import api

View File

@ -1 +1 @@
from embed import embed
from .embed import embed

View File

@ -1 +1 @@
from user import user
from .user import user