From 5bd31ada0e86b3abf80c0dfd81386ac8eb8677b8 Mon Sep 17 00:00:00 2001 From: Alejandro Guirao Date: Sat, 3 Oct 2015 16:58:16 +0200 Subject: Change for enabling future tests --- web_infrastructure/taiga_issue.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web_infrastructure') diff --git a/web_infrastructure/taiga_issue.py b/web_infrastructure/taiga_issue.py index 942f8290..40b74b9c 100644 --- a/web_infrastructure/taiga_issue.py +++ b/web_infrastructure/taiga_issue.py @@ -308,4 +308,5 @@ def main(): from ansible.module_utils.basic import * -main() +if __name__ == '__main__': + main() -- cgit v1.2.1