Move examples->example/events
Change-Id: I072cd37217f982fa45d6fae7f1ebebdabe1a7800
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/examples/match1.yaml b/example/events/match1.yaml
similarity index 100%
rename from examples/match1.yaml
rename to example/events/match1.yaml
diff --git a/examples/match2.yaml b/example/events/match2.yaml
similarity index 100%
rename from examples/match2.yaml
rename to example/events/match2.yaml
diff --git a/pimgen.py b/pimgen.py
index 2b6e7ad..301e7d9 100755
--- a/pimgen.py
+++ b/pimgen.py
@@ -149,7 +149,8 @@
default='generated.hpp', help='Output file name.')
parser.add_argument(
'-d', '--dir', dest='inputdir',
- default='examples', help='Location of files to process.')
+ default=os.path.join('example', 'events'),
+ help='Location of files to process.')
args = parser.parse_args()