debian/compat
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 17 Jul 2019 11:45:37 -0700
changeset 4754 75307f276a79
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
py3: make random topic name generation consistent across py2/py3 random.choice() (and others based on random.randint()) changed between py2 and py3 without a way to get the py2 behavior. However, random.random() did not change, so we can re-implement random.choice() based on that.
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