summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-10-21 22:58:08 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-11-08 15:01:04 -0500
commit09fc256bdd02dd3c8aeb158573bccfec21387ecc (patch)
tree45c46916e97890fafcc736690a66ed5310194aa0
parentadc4566c0cf67413ed4987309f4194c8636633dd (diff)
downloadphosphor-inventory-manager-09fc256bdd02dd3c8aeb158573bccfec21387ecc.tar.gz
phosphor-inventory-manager-09fc256bdd02dd3c8aeb158573bccfec21387ecc.zip
Move examples->example/events
Change-Id: I072cd37217f982fa45d6fae7f1ebebdabe1a7800 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--example/events/match1.yaml (renamed from examples/match1.yaml)0
-rw-r--r--example/events/match2.yaml (renamed from examples/match2.yaml)0
-rwxr-xr-xpimgen.py3
3 files changed, 2 insertions, 1 deletions
diff --git a/examples/match1.yaml b/example/events/match1.yaml
index 00b401f..00b401f 100644
--- a/examples/match1.yaml
+++ b/example/events/match1.yaml
diff --git a/examples/match2.yaml b/example/events/match2.yaml
index db10099..db10099 100644
--- a/examples/match2.yaml
+++ b/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 @@ if __name__ == '__main__':
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()
OpenPOWER on IntegriCloud