diff options
author | mathieui <mathieui@mathieui.net> | 2012-10-13 15:14:34 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-10-13 15:14:34 +0200 |
commit | 1621aa9cfdc5249bb287b8df9fd2f227fd28ced3 (patch) | |
tree | 5a86f2c73afb5ffc3290d408308075887a8b21d9 /src/core.py | |
parent | 61bf29db8ef7741cf1f42ab0a8b65b098864742c (diff) | |
download | poezio-1621aa9cfdc5249bb287b8df9fd2f227fd28ced3.tar.gz poezio-1621aa9cfdc5249bb287b8df9fd2f227fd28ced3.tar.bz2 poezio-1621aa9cfdc5249bb287b8df9fd2f227fd28ced3.tar.xz poezio-1621aa9cfdc5249bb287b8df9fd2f227fd28ced3.zip |
Add a “debug” attribute to Core
Diffstat (limited to 'src/core.py')
-rw-r--r-- | src/core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py index 29ba477a..c6d7d557 100644 --- a/src/core.py +++ b/src/core.py @@ -116,6 +116,7 @@ class Core(object): self.xmpp.core = self roster.set_node(self.xmpp.client_roster) self.paused = False + self.debug = False self.remote_fifo = None # a unique buffer used to store global informations # that are displayed in almost all tabs, in an |