Reformat SConstruct to Python code style
authorMats Wichmann <mats@linux.com>
Fri, 7 Jul 2017 17:06:53 +0000 (11:06 -0600)
committerPhil Coval <philippe.coval@osg.samsung.com>
Tue, 11 Jul 2017 07:50:08 +0000 (07:50 +0000)
commite070436866ee75054aea4a9772c4ec325cf9616b
tree7db536e19945ad198215a6c3de1f446ad017d622
parente3968b9a84ac1e577feac2924980a0ffc6846f21
Reformat SConstruct to Python code style

This is the last important build script that did not get reformatted:
  clarify some things in comments
  4-space indents
  python style: should use "is" and "is not" comparisons to None
  use clearer test for service/java depend (java_build was just calculated)
  use list-of-dirs form to call list of projects

Bug: https://jira.iotivity.org/browse/IOT-1745
Change-Id: Id260c2e55d62cb824d1e23e62df4ca8df5ce2b80
Signed-off-by: Mats Wichmann <mats@linux.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/21157
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: George Nash <george.nash@intel.com>
Reviewed-by: Pawel Winogrodzki <pawelwi@microsoft.com>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
SConstruct