diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 01:13:08 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 01:13:08 +0100 |
commit | 267741fa8b304112d96842118bc6c3ae335500f7 (patch) | |
tree | f6652511b6723c393c822686afc97d71f7bcc022 /core/utils.py | |
parent | 7bc73d1ca8aae35d01848418ff76ba60fb2cea66 (diff) | |
download | troggle-267741fa8b304112d96842118bc6c3ae335500f7.tar.gz troggle-267741fa8b304112d96842118bc6c3ae335500f7.tar.bz2 troggle-267741fa8b304112d96842118bc6c3ae335500f7.zip |
fixing typos and changes in importing
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/utils.py b/core/utils.py index b2a9249..4309fee 100644 --- a/core/utils.py +++ b/core/utils.py @@ -4,6 +4,7 @@ import datetime import logging import re import resource +import random from subprocess import call from urllib.parse import urljoin |