From 45fabbab6a4107df8a32f09045cf955afeb2e4ac Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Mon, 20 Jun 2016 05:56:34 -0400 Subject: Syntax updates and new tests - syntax updates to match pep8 standards - tests to cover apex_python_utils.py Change-Id: Ifac06fdbb97266f1b574b20610979b6965d6dd55 Signed-off-by: Dan Radez --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 33a0451b..f6ef061f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *~ +*.pyc .*.sw? +.coverage /docs_build/ /docs_output/ /releng/ -- cgit 1.2.3-korg