diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2019-01-30 15:01:02 +0100 |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2019-01-30 15:01:02 +0100 |
commit | ff9be33f7795163ee9811871398796920b610412 (patch) | |
tree | 02dce44be5b432b66c3bdf92b3b56e8df2ec39fa | |
parent | cae8352f99fe86a51a82ad6ebd2b77057b49962b (diff) | |
download | pykolab-ff9be33f7795163ee9811871398796920b610412.tar.gz |
T4611: Add missing `import random`
-rw-r--r-- | wallace/module_invitationpolicy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wallace/module_invitationpolicy.py b/wallace/module_invitationpolicy.py index 55ad940..d115c6c 100644 --- a/wallace/module_invitationpolicy.py +++ b/wallace/module_invitationpolicy.py @@ -19,6 +19,7 @@ import datetime import os +import random import signal import tempfile import time |