Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Fixed library import
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaidoussi committed Jan 10, 2017
1 parent 662cdec commit 385f0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authapi/templatetags/seed.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from django import template

import seed_stage_based_messaging
import seed_auth_api

register = template.Library()


@register.simple_tag
def current_version():
return seed_stage_based_messaging.__version__
return seed_auth_api.__version__

0 comments on commit 385f0c7

Please sign in to comment.