This commit is contained in:
Bo Maryniuk 2016-06-14 09:39:04 +02:00
parent 96423076b1
commit fe300ccf73
3 changed files with 2 additions and 3 deletions

View file

@ -36,4 +36,4 @@ class SIException(Exception):
class InspectorKiwiProcessorException(Exception):
'''
Kiwi builder/exporter exception.
'''
'''

View file

@ -239,4 +239,4 @@ class KiwiExporter(object):
root.set('schemaversion', '6.3')
root.set('name', self.name)
return root
return root

View file

@ -78,7 +78,6 @@ class InspectorCollectorTestCase(TestCase):
self.assertEqual(inspector._get_unmanaged_files(managed=managed, system_all=system_all),
([], ['E'], ['G', 'H']))
def test_pkg_get(self):
'''
Test if grains switching the pkg get method.