changing from step to module
This commit is contained in:
@@ -5,11 +5,11 @@ SES module
|
||||
|
||||
from libs.ses import *
|
||||
|
||||
def step_ses_list_identities():
|
||||
def module_ses_list_identities():
|
||||
list_identities()
|
||||
|
||||
def step_ses_get_send_statistics():
|
||||
def module_ses_get_send_statistics():
|
||||
get_send_statistics()
|
||||
|
||||
def step_ses_list_configuration_sets():
|
||||
def module_ses_list_configuration_sets():
|
||||
list_configuration_sets()
|
||||
Reference in New Issue
Block a user