--- a/Allura/allura/lib/app_globals.py
+++ b/Allura/allura/lib/app_globals.py
@@ -11,8 +11,8 @@
from urllib import urlencode
from subprocess import Popen, PIPE
+import activitystream
import pkg_resources
-
import pysolr
import markdown
import pygments
@@ -150,6 +150,11 @@
self._zarkov = None
@LazyProperty
+ def director(self):
+ """Return activitystream director"""
+ return activitystream.director()
+
+ @LazyProperty
def amq_conn(self):
if asbool(config.get('amqp.enabled', 'true')):
if asbool(config.get('amqp.mock')):