|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /proc/self/root/usr/lib/python2.4/site-packages/rhpl/ |
Upload File : |
# firstboot_gui_window has been removed from rhpl and moved into firstboot
# so it is marked as deprecated here. The correct thing is to import
# firstboot_module_window and use that.
import warnings
import sys
warnings.warn ("rhpl.firstboot_gui_window is deprecated; please use firstboot.firstboot_module_window instead.", DeprecationWarning, stacklevel=2)
# Hack the name of the module so we don't try to import ourselves again.
sys.path.append("/usr/share/firstboot")
from firstboot_module_window import FirstbootModuleWindow as FirstbootGuiWindow