Update git submodules
authorManuel Buil <mbuil@suse.com>
Thu, 29 Jun 2017 15:58:38 +0000 (17:58 +0200)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 3 Jul 2017 08:11:32 +0000 (08:11 +0000)
commit7761be67e9f8c7edb18e78d2451a4f08c48f59d4
treefc2750d109472d5d6913ecd926e0305dd6840f97
parent3e3d27d1639c8e6355f38e74ca11efcf7a9f0d2a
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Use the recommended exception syntax

    Today I learnt that the use of except Exception, variable is not recommended
    anymore and it is not supported after python3. When using >=2.6, the syntax
    should be except Exception as variable.

    https://www.python.org/dev/peps/pep-3110/

    Change-Id: I213c220fc6e92878ffa4737efa16adb76ace1271
Signed-off-by: Manuel Buil <mbuil@suse.com>
docs/submodules/sfc