Revision 34c480f2 kamaki/cli/argument/__init__.py

b/kamaki/cli/argument/__init__.py
153 153

  
154 154
    @property
155 155
    def value(self):
156
        """A key=val option"""
157
        return super(self.__class__, self).value
156
        return super(RuntimeConfigArgument, self).value
158 157

  
159 158
    @value.setter
160 159
    def value(self, options):

Also available in: Unified diff