summaryrefslogtreecommitdiffstats
path: root/obmc/dbuslib/propertycacher.py
Commit message (Collapse)AuthorAgeFilesLines
* Enable pycodestyleBrad Bishop2018-03-291-9/+9
| | | | | | | Apply fix-ups and run pycodestyle during CI testing. Change-Id: I1005495b11e228abdc8d40a51dbf81c4a6e6c92c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Port to python 3CamVan Nguyen2018-03-121-9/+14
| | | | | | | | Port code to python 3 yet remain backward compatible to python 2. This port is in preparation for yocto 2.4 upgrade. Change-Id: I564824b00c106a2c7ebd2f4a9607cd01eabf1322 Signed-off-by: CamVan Nguyen <ctnguyen@us.ibm.com>
* Revert "Port obmc to python3.5"Brad Bishop2018-01-311-9/+9
| | | | | | | | | | Parse error with this change: TypeError: iter() returned non-iterator of type 'PathTreeItemIterator' This reverts commit f99783be6592130bbad2d0f69ada2b7ac61618f3. Change-Id: Id2b7f4af5284d25d59e19905c7b873726b02f700 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Port obmc to python3.5Balaji B Rao2018-01-301-9/+9
| | | | | Change-Id: I1ed6c6bd914635485a697369048a8be9e5919fc6 Signed-off-by: Balaji B Rao <balajibapu@gmail.com>
* propertycacher: context manager for file openBrad Bishop2016-08-101-10/+8
| | | | | Change-Id: Ib75f3f5ccbd35d7e70d9c171c0642077930c4741 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* propertycacher: make parent directoriesBrad Bishop2016-08-101-1/+4
| | | | | Change-Id: I4557ddab56f4cbea5b177e3b05ef28c367c6e602 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Move sensors.py and propertycacher.py frm skeletonBrad Bishop2016-05-171-0/+64
These skeleton module are somewhat general purpose so move them here. This is just a straight copy plus a pep8 run. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud