Revision fe627fd6

b/kamaki/cli/commands/astakos.py
88 88
    """
89 89

  
90 90
    @staticmethod
91
    def _print_access(r, out=stdout):
92
        print_dict(r['access'], out=out)
91
    def _print_access(r):
92
        print_dict(r['access'])
93 93

  
94 94
    @errors.generic.all
95 95
    @errors.user.authenticate

Also available in: Unified diff