Cosmetic changes on stars __init__.py file.

remotes/origin/enhancement/email-actions
Andrey Antukh 2014-05-28 18:27:20 +02:00
parent 64185e6890
commit 1531dcea02
1 changed files with 12 additions and 1 deletions

View File

@ -1 +1,12 @@
from .services import star, unstar, get_fans, get_starred
from .services import star
from .services import unstar
from .services import get_fans
from .services import get_starred
from .services import attach_startscount_to_queryset
__all__ = ("star",
"unstar",
"get_fans",
"get_starred",
"attach_startscount_to_queryset",)