2012-07-19 08:10:31 +00:00
|
|
|
from __future__ import unicode_literals
|
2012-04-05 12:57:56 +00:00
|
|
|
install_docs = [
|
2012-04-17 06:15:35 +00:00
|
|
|
{"doctype":"Role", "role_name":"Production Manager", "name":"Production Manager"},
|
|
|
|
{"doctype":"Role", "role_name":"Production User", "name":"Production User"},
|
2012-04-05 12:57:56 +00:00
|
|
|
]
|