X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2Fstats%2Fstats.md;h=8671f56e4a59788b12f2a1aea763ae90299cc9c7;hb=ead1e536d66d83b546528c32e2112085a97c8e13;hp=20ca7909baa8e2da0d1a16c434b7c657b1c5a563;hpb=464e5e0bfebc71c646e5c182535898cc7018236b;p=vpp.git diff --git a/src/vpp/stats/stats.md b/src/vpp/stats/stats.md index 20ca7909baa..8671f56e4a5 100644 --- a/src/vpp/stats/stats.md +++ b/src/vpp/stats/stats.md @@ -61,7 +61,7 @@ A new client library can either wrap the C library (libvppapiclient.so) or it ca ### Python ``` -#!/usr/bin/env python +#!/usr/bin/env python3 from vpp_papi.vpp_stats import VPPStats stats = VPPStats('/run/vpp/stats.sock') dir = stats.ls(['^/if', '/err/ip4-input', '/sys/node/ip4-input'])