Show More
@@ -22,6 +22,7 b' from pyramid.threadlocal import get_curr' | |||||
22 | from rhodecode.lib.utils2 import AttributeDict |
|
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 | SYSTEM_USER = AttributeDict(dict( |
|
26 | SYSTEM_USER = AttributeDict(dict( | |
26 | username='__SYSTEM__' |
|
27 | username='__SYSTEM__' | |
27 | )) |
|
28 | )) |
General Comments 0
You need to be logged in to leave comments.
Login now