Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Apr 24, 2015
1 parent cb8bec7 commit 6807580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -53,7 +53,7 @@ If your management command accepts arguments, just pass them in the decorator::

# app/management/commands/task.py

from django.core.management.base import NoArgsCommand
from django.core.management.base import BaseCommand

import kronos

Expand Down

0 comments on commit 6807580

Please sign in to comment.