[pytorctl/master] Damnit all to hell.

26 Feb
2011
26 Feb
'11
2:45 a.m.
commit 14c250dbd97c98a439eb67cb1ab5a28527d02333 Author: Mike Perry <mikeperry-git@fscked.org> Date: Fri Feb 25 18:44:52 2011 -0800 Damnit all to hell. --- TorUtil.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/TorUtil.py b/TorUtil.py index 46a561d..9e28779 100644 --- a/TorUtil.py +++ b/TorUtil.py @@ -339,7 +339,7 @@ def plog(level, msg, *args): if not logfile: logfile = sys.stdout # HACK: if logfile is a string, assume is it the desired filename. - if isinstance(logfile, str) or isinstance(logfile, unicode): + if isinstance(logfile, basestring): f = logging.FileHandler(logfile) f.setFormatter(formatter) logger.addHandler(f)
5210
Age (days ago)
5210
Last active (days ago)
0 comments
1 participants
participants (1)
-
mikeperry@torproject.org