Skip to content

Commit

Permalink
pyang_plugins: Fix an import path
Browse files Browse the repository at this point in the history
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
  • Loading branch information
iwaseyusuke authored and fujita committed Sep 12, 2018
1 parent c33f142 commit 70d3ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pyang_plugins/bgpyang2golang.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def generate_header(fd):
print('import (', file=fd)
print('"fmt"', file=fd)
print('', file=fd)
print('"github.com/osrg/gobgp/packet/bgp"', file=fd)
print('"github.com/osrg/gobgp/pkg/packet/bgp"', file=fd)
print(')', file=fd)
print('', file=fd)

Expand Down

0 comments on commit 70d3ddf

Please sign in to comment.