diff options
author | mathieui <mathieui@mathieui.net> | 2013-05-11 18:38:12 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-05-11 18:38:12 +0200 |
commit | 1a349efeb17ede2e744eb94c4217081a384af8b2 (patch) | |
tree | ae97f1d2d7bf6fdd8a5786af1d282949cee37655 /doc/stub | |
parent | dde153e85b257de453c9587a09881af0649b5c16 (diff) | |
download | poezio-1a349efeb17ede2e744eb94c4217081a384af8b2.tar.gz poezio-1a349efeb17ede2e744eb94c4217081a384af8b2.tar.bz2 poezio-1a349efeb17ede2e744eb94c4217081a384af8b2.tar.xz poezio-1a349efeb17ede2e744eb94c4217081a384af8b2.zip |
Update the documentation
(do not encourage people to copy the plugins)
Diffstat (limited to 'doc/stub')
-rw-r--r-- | doc/stub/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/stub/config.py b/doc/stub/config.py index 4ad01f7a..2bfe5b55 100644 --- a/doc/stub/config.py +++ b/doc/stub/config.py @@ -19,6 +19,7 @@ from args import parse_args from common import safeJID + class Config(RawConfigParser): """ load/save the config to a file |