summaryrefslogtreecommitdiffstats
path: root/syslogd.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-09-19 18:35:16 +0000
committerChris Lumens <clumens@redhat.com>2007-09-19 18:35:16 +0000
commitdc6dd742d400979f94ae1b0191afea33574475d4 (patch)
treeb0850667505bee44f42e796c4c80763ea3f96b69 /syslogd.py
parent8cd6d5f3f6b236e5149dcea2aeb244b6d888ce86 (diff)
downloadanaconda-dc6dd742d400979f94ae1b0191afea33574475d4.tar.gz
anaconda-dc6dd742d400979f94ae1b0191afea33574475d4.tar.xz
anaconda-dc6dd742d400979f94ae1b0191afea33574475d4.zip
Lots of minor pychecker error fixes. Some of these are even real problems.
Diffstat (limited to 'syslogd.py')
-rw-r--r--syslogd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/syslogd.py b/syslogd.py
index 578893372..1971404dd 100644
--- a/syslogd.py
+++ b/syslogd.py
@@ -55,7 +55,6 @@ class Syslogd:
fd.close()
def __init__(self, root = "", output = sys.stdout, socket = "/dev/log"):
- output = output
filename = root + socket;
self.goSyslog(output, filename)