Commit fb51fb33 authored by Jérome Perrin's avatar Jérome Perrin

fix variable naming consistency


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15323 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 976f48c5
......@@ -29,7 +29,7 @@ host = 'localhost'
port = 8080
portal_name = 'erp5_portal'
send_mail = 1
mail_to_address = 'erp5-report@erp5.org'
email_to_address = 'erp5-report@erp5.org'
tests_framework_home = os.path.dirname(os.path.abspath(__file__))
# handle 'system global' instance
......@@ -56,7 +56,7 @@ def usage(stream, msg=None):
def parseArgs():
global send_mail
global mail_to_address
global email_to_address
try:
opts, args = getopt.getopt(sys.argv[1:],
"hs", ["help", "stdout",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment