summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-08-03 13:46:04 -0400
committerChris Lumens <clumens@redhat.com>2012-08-03 13:46:04 -0400
commitf4bf5ace7e4289ca2e5cb900ecfc5230d4119aca (patch)
tree5b06d74bf346d86d75a54b048f217897f23c8cea
parent6f147faeae478e2ebfdd16db3b58ace97912ead5 (diff)
downloadanaconda-f4bf5ace7e4289ca2e5cb900ecfc5230d4119aca.tar.gz
anaconda-f4bf5ace7e4289ca2e5cb900ecfc5230d4119aca.tar.xz
anaconda-f4bf5ace7e4289ca2e5cb900ecfc5230d4119aca.zip
Remove the final reference to backend_log.
-rw-r--r--pyanaconda/backend.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyanaconda/backend.py b/pyanaconda/backend.py
index 53e8a9f05..4a3e6c1c5 100644
--- a/pyanaconda/backend.py
+++ b/pyanaconda/backend.py
@@ -25,7 +25,6 @@ import shutil
import iutil
import os, sys
import logging
-import backend_log
from constants import *
import isys
@@ -98,7 +97,6 @@ class AnacondaBackend:
storage.writeEscrowPackets(anaconda)
sys.stdout.flush()
- backend_log.log.stop()
def doInstall(self, anaconda):
log.warning("doInstall not implemented for backend!")
@@ -126,7 +124,6 @@ class AnacondaBackend:
shutil.rmtree (syslogname)
except OSError:
pass
- backend_log.log.start(instPath, syslogname)
if self.anaconda.upgrade:
self.modeText = _("%s Upgrading %s\n")