BIND 10 trac1030, updated. 5fe9e2f204d67a9ed65ab8fc2a1feb09f6700b5b [trac1030] forgot to remove unused vars
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 21 17:41:14 UTC 2011
The branch, trac1030 has been updated
via 5fe9e2f204d67a9ed65ab8fc2a1feb09f6700b5b (commit)
from 13eb9e8620e67d7c617423ac1992a720ecdfbf7d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5fe9e2f204d67a9ed65ab8fc2a1feb09f6700b5b
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Jun 21 19:40:46 2011 +0200
[trac1030] forgot to remove unused vars
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/log/__init__.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/log/__init__.py b/src/lib/python/isc/log/__init__.py
index 949a9da..641cf79 100644
--- a/src/lib/python/isc/log/__init__.py
+++ b/src/lib/python/isc/log/__init__.py
@@ -25,9 +25,6 @@
import os
import sys
-cwd = os.getcwd()
-base = os.path.split(cwd)[0]
-
for base in sys.path[:]:
loglibdir = os.path.join(base, 'isc/log/.libs')
if os.path.exists(loglibdir):
More information about the bind10-changes
mailing list