print list of profiles, indented.
(self, profiles)
| 157 | |
| 158 | |
| 159 | def _print_profiles(self, profiles): |
| 160 | """print list of profiles, indented.""" |
| 161 | for profile in profiles: |
| 162 | print(' %s' % profile) |
| 163 | |
| 164 | def list_profile_dirs(self): |
| 165 | profiles = list_bundled_profiles() |