fix broken imports

This commit is contained in:
Götz 2017-10-01 02:00:58 +02:00
parent e4a70fe3e8
commit 09b95ab3d9
18 changed files with 2 additions and 2 deletions

BIN
ofu_app/apps/__init__.pyc Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@ import datetime
from django.shortcuts import render
from apps.events import Event
from apps.events.models import Event
# Create your views here.

Binary file not shown.

BIN
ofu_app/apps/food/admin.pyc Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -5,7 +5,7 @@ import datetime
from django.shortcuts import render
from apps.food import Menu, HappyHour
from apps.food.models import Menu, HappyHour
# Create your views here.

Binary file not shown.