summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-07-09 16:44:24 -0400
committerChris Lumens <clumens@redhat.com>2008-07-09 16:44:24 -0400
commit57b9901b94fc24da768b26cae5a3086e85ced8f6 (patch)
tree64c8f2c765dfe34b113cdfd5e613e55b1f0466ad /text.py
parent88b02f496ca77b7a4304e61346dd8565db04e607 (diff)
downloadanaconda-57b9901b94fc24da768b26cae5a3086e85ced8f6.tar.gz
anaconda-57b9901b94fc24da768b26cae5a3086e85ced8f6.tar.xz
anaconda-57b9901b94fc24da768b26cae5a3086e85ced8f6.zip
Add functions for creating repos as well.
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/text.py b/text.py
index 2cc427d1c..298a201ca 100644
--- a/text.py
+++ b/text.py
@@ -352,6 +352,10 @@ class InstallInterface:
return self.messageWindow(title, text, type, default, custom_icon,
custom_buttons)
+ def createRepoWindow(self, anaconda):
+ self.messageWindow(_("Error"),
+ _("Repository editing is not available in text mode."))
+
def editRepoWindow(self, anaconda, repoObj):
self.messageWindow(_("Error"),
_("Repository editing is not available in text mode."))