71ddaeaeaf8e080034c4f96841e2fd9da27a32f6
[yangtools.git] / yang / yang-parser-impl / src / test / resources / import-revision-date-test / root-without-revision-date.yang
1 module root-without-revision-date {
2     namespace "urn:opendaylight.org/root-without-revision-date";
3     prefix "root-without-date";
4
5     import imported-module-with-revision-date {
6         prefix "imported-with-date";
7     }
8
9 }