aboutsummaryrefslogtreecommitdiffstats
path: root/packages/chillispot/files/init
AgeCommit message (Expand)Author
2005-06-30import clean BK tree at cset 1.3670Koen Kooi
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson
er OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/scripts/lib/compatlayer/case.py
blob: 54ce78aa600181167a55c36df98bc238c8163e1b (plain)
1
2
3
4
5
6
7
# Copyright (C) 2017 Intel Corporation
# Released under the MIT license (see COPYING.MIT)

from oeqa.core.case import OETestCase

class OECompatLayerTestCase(OETestCase):
    pass