from Utils.global_variate import Global class macroData(Global): append_macro_perm_type = 1 append_macro_title = 'autotest_macro' macro_content_append = 'autotest_macro_content' append_macro_content = r'{\"contentList\":\"%s\\n\",\"attachmentList\":[]}'%macro_content_append update_macro_perm_type = 2 update_macro_title = 'autotest_macro2' macro_content_update = 'new_update_macro_content' update_macro_content = r'{\"contentList\":\"%s\\n\",\"attachmentList\":[]}'%macro_content_update