summaryrefslogtreecommitdiffstats
path: root/tests/yanglint/modules/modimp-path.yang
blob: d9dbb9b70b3d211db9d3c06078d42d04392cb455 (plain)
1
2
3
4
5
6
7
8
module modimp-path {
  namespace "urn:yanglint:modimp-path";
  prefix ip;

  import modpath {
    prefix mp;
  }
}