Populate model/ hierarchy
[yangtools.git] / model / yang-model-export / src / test / resources / bugs / bug2444 / yang / import.yang
1 module import {
2     namespace "import";
3     prefix i;
4     yang-version 1.1;
5
6     import action { description "txt"; reference "ref"; prefix ac; }
7 }