aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-05 17:44:21 +0000
committerGravatar jesopo2018-11-05 17:44:21 +0000
commitd92fc7f6b8ba88fe1cc6960d23fb32cb1735dea8 (patch)
tree49198bef9bce7a02776366cfe4765f84e57e311e /src/utils
parentCall Database.channels.rename in IRCServer.Server.rename_channel (diff)
signature
Add missing import of json in utils.irc
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/irc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/irc.py b/src/utils/irc.py
index f68af6ec..4070f97e 100644
--- a/src/utils/irc.py
+++ b/src/utils/irc.py
@@ -1,4 +1,4 @@
-import string, re, typing
+import json, string, re, typing
ASCII_UPPER = string.ascii_uppercase
ASCII_LOWER = string.ascii_lowercase