Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
7e4edc8d1ee9ae26747cf6ec23b76b78f0f550da
/
.
/
vpp-api
/
python
/
vpp_papi
/
__init__.py
blob: 6688ffb8ced097f42ea26f76345fbfa945049d81 [
file
] [
log
] [
blame
]
Ole Troan
6855f6c
2016-04-09 03:16:30 +0200
[
diff
] [
blame
]
1
__import__
(
'pkg_resources'
).
declare_namespace
(
__name__
)
Ole Troan
5f9dcff
2016-08-01 04:59:13 +0200
[
diff
] [
blame
]
2
from
.
vpp_papi
import
*
3