691f4ebbd4f06b3f67fda62642ca1c5972940a32
[yangtools.git] / yang / yang-parser-impl / src / test / resources / import-revision-date-test / imported-module-with-revision-date.yang
1 module imported-module-with-revision-date {
2     namespace "urn:opendaylight.org/imported-module-with-revision-date";
3     prefix "imported-with-date";
4
5     revision "2012-04-14" {
6         description "Initial revision";
7     }
8
9 }