summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-09 02:25:41 +0000
committerMatt Wilson <msw@redhat.com>2001-07-09 02:25:41 +0000
commit773ebb98d7daef8a1dad3b53cd0fa4c2fb2a2850 (patch)
tree10b20521d063b557e0eeda8a7919f2d65a1dffa9 /textw/upgrade_text.py
parent0b3b2c9d15c0434fdd15bcef8c2dd0d7d5c1635c (diff)
downloadanaconda-773ebb98d7daef8a1dad3b53cd0fa4c2fb2a2850.tar.gz
anaconda-773ebb98d7daef8a1dad3b53cd0fa4c2fb2a2850.tar.xz
anaconda-773ebb98d7daef8a1dad3b53cd0fa4c2fb2a2850.zip
more copyright notices
Diffstat (limited to 'textw/upgrade_text.py')
-rw-r--r--textw/upgrade_text.py23
1 files changed, 18 insertions, 5 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index 5edc6805f..7670247a5 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -1,13 +1,26 @@
-from snack import *
-from translate import _
+#
+# upgrade_text.py: text mode upgrade dialogs
+#
+# Copyright 2001 Red Hat, Inc.
+#
+# This software may be freely redistributed under the terms of the GNU
+# library public license.
+#
+# You should have received a copy of the GNU Library Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
+
import string
import isys
import iutil
-from log import log
-from flags import flags
+import upgrade
from constants_text import *
+from snack import *
from fsset import *
-import upgrade
+from log import log
+from flags import flags
+from translate import _
class UpgradeMigrateFSWindow:
def __call__ (self, screen, partitions):