Update syntax for relative imports

This commit is contained in:
Magnus Hagander
2019-01-19 19:38:00 +01:00
parent 142f0805c2
commit 7547b6f766
46 changed files with 59 additions and 59 deletions

View File

@ -1,4 +1,4 @@
from models import Category
from .models import Category
def get_struct():