~marcoceppi/charm-tools/better-getall

« back to all changes in this revision

Viewing changes to tests_functional/create/test_python_create.py

  • Committer: Marco Ceppi
  • Date: 2014-10-24 16:21:01 UTC
  • mfrom: (339.1.1 1.4)
  • Revision ID: marco@ceppi.net-20141024162101-04wdm14dqekehic2
[tvansteenburgh] Updated proof to handle tags in metadata.yaml

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
            'lib/charmhelpers/core/services/__init__.py',
60
60
            'lib/charmhelpers/core/services/base.py',
61
61
            'lib/charmhelpers/core/services/helpers.py',
 
62
            'lib/charmhelpers/core/sysctl.py',
62
63
            'lib/charmhelpers/core/templating.py',
63
64
        ]
64
65
        return sorted(static_files + dynamic_files)