kuuko pushed a commit to branch master.
commit 175befbceb288c246120c3a7103e43d477394300
Author: Kai Huuhko <[email protected]>
Date: Sun Apr 7 11:10:38 2013 +0000
api_coverage: Split exclude strings to multiple lines.
TODO: make it a list and join items with pipe to produce the string.
---
api_coverage.py | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/api_coverage.py b/api_coverage.py
index 5f939be..78340c5 100755
--- a/api_coverage.py
+++ b/api_coverage.py
@@ -6,8 +6,17 @@ import re
import subprocess
import argparse
-c_excludes = "elm_app|elm_widget|elm_prefs"
-py_excludes =
"elm_naviframe_item_simple_push|elm_object_item_content|elm_object_item_text|elm_object_content|elm_object_text"
+c_excludes = "\
+elm_app|\
+elm_widget|\
+elm_prefs"
+
+py_excludes = "\
+elm_naviframe_item_simple_push|\
+elm_object_item_content|\
+elm_object_item_text|\
+elm_object_content|\
+elm_object_text"
def pkg_config(require, min_vers=None):
name = require.capitalize()
--
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html