Revision b8fd7d84 kamaki/cli/commands/config.py

b/kamaki/cli/commands/config.py
70 70

  
71 71
    @errors.generic.all
72 72
    def _run(self):
73
        print 'ANY PROBLEMOS?'
73 74
        for section in sorted(self.config.sections()):
74 75
            items = self.config.items(section)
75 76
            for key, val in sorted(items):

Also available in: Unified diff