[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [pytorctl/master] Allow outside access to loglevels map.
commit 7329ceb4fe44c3557742ea596aeca7ea5f9e76f7
Author: Mike Perry <mikeperry-git@xxxxxxxxxx>
Date: Sun Jan 30 00:37:52 2011 -0800
Allow outside access to loglevels map.
---
TorUtil.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/TorUtil.py b/TorUtil.py
index 5f53628..212788c 100644
--- a/TorUtil.py
+++ b/TorUtil.py
@@ -24,7 +24,7 @@ else:
__all__ = ["Enum", "Enum2", "Callable", "sort_list", "quote", "escape_dots", "unescape_dots",
"BufSock", "secret_to_key", "urandom_rng", "s2k_gen", "s2k_check", "plog",
- "ListenSocket", "zprob", "logfile", "loglevel"]
+ "ListenSocket", "zprob", "logfile", "loglevel", "loglevels"]
# TODO: This isn't the right place for these.. But at least it's unified.
tor_port = 9060