Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
5fe9e2f2
Commit
5fe9e2f2
authored
Jun 21, 2011
by
Jelte Jansen
Browse files
[trac1030] forgot to remove unused vars
parent
13eb9e86
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/log/__init__.py
View file @
5fe9e2f2
...
...
@@ -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
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment