From bb9ad7e1dd1e6d1ce00f49db00a8eb53cb396b85 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Wed, 6 Dec 2017 21:12:01 +0100 Subject: [PATCH] Let's try the correct import --- byro_shackspace/management/commands/import_shackbureau.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/byro_shackspace/management/commands/import_shackbureau.py b/byro_shackspace/management/commands/import_shackbureau.py index 7773756..cc3a1cb 100644 --- a/byro_shackspace/management/commands/import_shackbureau.py +++ b/byro_shackspace/management/commands/import_shackbureau.py @@ -12,7 +12,7 @@ from byro.bookkeeping.models import ( TransactionChannel, VirtualTransaction, ) from byro.members.models import Member, Membership -from byro_shackbureau.models import ShackProfile +from byro_shackspace.models import ShackProfile TIMEZONE = pytz.timezone('Europe/Berlin')