##// END OF EJS Templates
events: add comment on SYSTEM_USER
dan -
r391:fd7d6670 default
parent child Browse files
Show More
@@ -22,6 +22,7 b' from pyramid.threadlocal import get_curr'
22 22 from rhodecode.lib.utils2 import AttributeDict
23 23
24 24
25 # this is a user object to be used for events caused by the system (eg. shell)
25 26 SYSTEM_USER = AttributeDict(dict(
26 27 username='__SYSTEM__'
27 28 ))
General Comments 0
You need to be logged in to leave comments. Login now