Revision 30aeeb39 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?'
74 73
        for section in sorted(self.config.sections()):
75 74
            items = self.config.items(section)
76 75
            for key, val in sorted(items):

Also available in: Unified diff