Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Smith <mrdoctorwho@gmail.com>2017-01-22 07:58:18 +0300
committerJohn Smith <mrdoctorwho@gmail.com>2017-01-22 07:58:18 +0300
commit0fcfb460239149a07378a0998fac325672af3270 (patch)
tree06496021734f7ae6d5636f8fd8caecfa0e7c2c06 /library
parentfcb794ec6f325a40c8e39d1cd1da71a46b9bd7c3 (diff)
Fix UnboundLocalError and NameError in mod_iq_disco (#153)
Diffstat (limited to 'library')
-rw-r--r--library/defaults.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/defaults.py b/library/defaults.py
index 3e934b0..4862155 100644
--- a/library/defaults.py
+++ b/library/defaults.py
@@ -3,7 +3,7 @@
# © simpleApps, 2015.
"""
-Contain all default variables used by VK4XMPP
+Contains all default variables used by VK4XMPP
"""
__author__ = "mrDoctorWho <mrdoctorwho@gmail.com>"