debian/compat
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 19 Mar 2018 13:11:55 +0530
changeset 3572 7934e9751d69
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
state: add __setitem__() for cmdstate class Adding __setitem__() will help us in setting the value of variables stored in state files using `state[key] = value` in our code which is very convenient.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
531
b18b00036355 pkg/debian: Debian packaging
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
diff changeset
     1
8