FC-devel install

Florian La Roche laroche at redhat.com
Sun Oct 16 15:47:59 UTC 2005


Current FC-devel tree via kickstart stops at
kickstart.py:655 due to missing _().
Maybe the following would fix it:

--- kickstart.py
+++ kickstart.py
@@ -28,6 +28,7 @@ import urlgrabber.grabber as grabber
 import lvm
 from pykickstart.parser import *
 from pykickstart.data import *
+from rhpl.translate import _
 
 import logging
 log = logging.getLogger("anaconda")


greetings,

Florian La Roche




More information about the devel mailing list