fix import

This commit is contained in:
Oly 2018-05-14 09:08:00 +01:00
parent 26df8e0294
commit cc2bea2d87
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from django.core.management.base import BaseCommand
from django.core.management import call_command
from mhackspace.core.tasks import twitter_message
from mhackspace.base.tasks import twitter_message
class Command(BaseCommand):