Skip to content

Commit

Permalink
Wrapping up
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Sep 17, 2016
1 parent f7cc72d commit eef3ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,4 +1,4 @@
include AUTHORS
include LICENSE
include README.rst
recursive-include actistream *.html *.js *.css
recursive-include actistream *.html *.js *.css *.txt
2 changes: 1 addition & 1 deletion actistream/__init__.py
@@ -1,4 +1,3 @@
from django.conf import settings
from importlib import import_module

VERSION = (1, 0, 0, 'final', 0)
Expand Down Expand Up @@ -30,6 +29,7 @@ def as_choices(self):
yield (nt.id, nt.verbose_name)

def load(self):
from django.conf import settings
for app in settings.INSTALLED_APPS:
try:
m = app + '.activities'
Expand Down

0 comments on commit eef3ab1

Please sign in to comment.