Update git submodules

* Update cliff from branch 'master'
  to 13f08e4828a7c60f522d7fa5858487ec35a06699
  - Merge "Defer loading cmd2"
  - Defer loading cmd2
    
    We were importing cmd2 purely so we could do some exception
    transformation. However, this is only needed if we're in interactive
    mode. Avoid both the import of cmd2 and the transformation of the
    exceptions unless this is the case. This speeds up import time by ~30%
    for the demoapp on my machine (~160mS after compared to ~210mS before)
    
    Change-Id: I2356dc9803b4d0eef3528c6d057207509932e6b2
    Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Zuul 2022-07-18 18:40:54 +00:00 committed by Gerrit Code Review
parent 86c80ae87c
commit c6534d1d48
1 changed files with 1 additions and 1 deletions

2
cliff

@ -1 +1 @@
Subproject commit 1b3d1b55b0df50409f322be3a44f60c6a869b2a8
Subproject commit 13f08e4828a7c60f522d7fa5858487ec35a06699