summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-23 15:21:26 +0000
committerMike Fulbright <msf@redhat.com>2002-05-23 15:21:26 +0000
commitd7505f5e013cfa2b0af3eff08111c846f5930397 (patch)
treee38fd6d8e6f8bab5ef2d191fdde2d31f43707fbf /xf86config.py
parent4bdbb8966ae3997688ad2668b2eed934bf8ed770 (diff)
downloadanaconda-d7505f5e013cfa2b0af3eff08111c846f5930397.tar.gz
anaconda-d7505f5e013cfa2b0af3eff08111c846f5930397.tar.xz
anaconda-d7505f5e013cfa2b0af3eff08111c846f5930397.zip
1) Fix all copyrights 2) move everything to use rhpl.translate instead of our own translate.py
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/xf86config.py b/xf86config.py
index 2901d82bd..d01b94d15 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -5,7 +5,7 @@
# Brent Fox <bfox@redhat.com>
# Michael Fulbright <msf@redhat.com>
#
-# Copyright 2002 Red Hat, Inc.
+# Copyright 1999-2002 Red Hat, Inc.
#
# This software may be freely redistributed under the terms of the GNU
# library public license.
@@ -27,7 +27,7 @@ import time
import os
from kbd import Keyboard
from mouse import Mouse
-from translate import _
+from rhpl.translate import _
from log import log
XF86Config_template = """
@@ -959,9 +959,7 @@ class XF86Config:
# else:
# raise RuntimeError, "trying frame buffer but no valid modes to try..."
# elif self.videocard.hasFixedMode():
-
- if self.videocard.hasFixedMode():
- self.manualModes = self.videocard.FixedMode()
+# self.manualModes = self.videocard.FixedMode()
# save current manually selected mode, override if non-existant
manmodes = self.manualModes