summaryrefslogtreecommitdiffstats
path: root/backend.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-09-22 00:57:40 +0000
committerJeremy Katz <katzj@redhat.com>2006-09-22 00:57:40 +0000
commit0e79389d91848b84f486f80ee1585705c1eca4c6 (patch)
tree6d4d64b8d4aa598c8ab99630ba306405a2a78fa1 /backend.py
parent51e470ec249a57365c76bd1e605ba0ef144bfc61 (diff)
downloadanaconda-0e79389d91848b84f486f80ee1585705c1eca4c6.tar.gz
anaconda-0e79389d91848b84f486f80ee1585705c1eca4c6.tar.xz
anaconda-0e79389d91848b84f486f80ee1585705c1eca4c6.zip
2006-09-21 Jeremy Katz <katzj@redhat.com>
* backend.py (AnacondaBackend.doInitialSetup): Add missing self (from Elliot Peele <elliot@rpath.com>)
Diffstat (limited to 'backend.py')
-rw-r--r--backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.py b/backend.py
index 24d59f32a..5e6e0e891 100644
--- a/backend.py
+++ b/backend.py
@@ -104,7 +104,7 @@ class AnacondaBackend:
def doInitialSetup(self, anaconda):
pass
- def doRepoSetup(anaconda):
+ def doRepoSetup(self, anaconda):
log.warning("doRepoSetup not implemented for backend!")
pass