403Webshell
Server IP : 182.53.201.61  /  Your IP : 216.73.217.175
Web Server : Apache/2.2.15 (Fedora)
System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/lib/python2.6/site-packages/firstboot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/lib/python2.6/site-packages/firstboot/moduleset.pyc
Ñò
µBÖJc@sLddkTddkTddkZddkZd„Zddd„ƒYZdS(iÿÿÿÿ(t*NcCstid|ƒS(t	firstboot(tgettextt	ldgettext(tx((s7/usr/lib/python2.6/site-packages/firstboot/moduleset.pyt<lambda>st	ModuleSetcBsYeZdZd„Zd„Zd„Zed„Zd„Zd„Z	d„Z
d„ZRS(	sEThe base class for a set of firstboot modules.  A set of modules is
       a group of several related modules that are all loaded out of some
       common directory.  This class is useful for custom environments that
       need to ask a variety of questions of the user.  Important things to
       note about ModuleSet:

       -- A ModuleSet has its own priority for where it will be sorted in the
          main module list.  Within the ModuleSet, modules have their own
          priorities that specifies how they will be sorted within the set.
       -- A ModuleSet has a sidebarTitle that will be displayed for all modules
          in the set.  The contained modules' sidebarTitles will be ignored.
       -- Besides the sidebarTitle, nothing is displayed for a ModuleSet.  It
          is almost entirely just a container.
       -- Modules in a set may call interface.moveToPage(), but only to other
          modules within the same set.

       This is an abstract class.  All ModuleSets should subclass this one and
       define the following attributes and methods below.
    cCsN|itjo
td‚nt|_g|_d|_d|_d|_	dS(sNCreate a new ModuleSet instance.  This method must be provided by
           all subclasses.  Of the following instance attributes, all are
           required.  The module loader will check that all required attibutes
           are present and defined.  Instance attributes:

           mode         -- The mode of firstboot operation that this set should
                           appear in.  MODE_REGULAR means the set will appear
                           only in the regular running mode.  MODE_RECONFIG
                           means the set will appear in both regular mode and
                           reconfig mode.
           moduleList   -- The list of modules contained in this set.  This
                           list will be populated automatically.  It is for
                           read-only use here.
           path         -- The directory containing the modules within this
                           set.
           priority     -- An integer specifying the order in which this module
                           should be loaded and appear in firstboot.  The lower
                           the priority number, the earlier this module will
                           be loaded and run.  All modules with the same
                           priority will then be ordered alphabetically by
                           title.  This priority is for sorting the set within
                           the overall module list.
           sidebarTitle -- A brief word or phrase that will appear on the
                           firstboot sidebar on the left side of the screen.
        sModuleSet is an abstract class.iN(
t	__class__Rt	TypeErrortMODE_REGULARtmodet
moduleListtNonetpathtprioritytsidebarTitle(tself((s7/usr/lib/python2.6/site-packages/firstboot/moduleset.pyt__init__/s
				cCspxi|iD]^}|iƒt|tƒo>|idjo.titdƒ|i	ƒ|ii
|ƒq
q
WdS(s¯A convenience method for running createScreen on all the modules
           contained within this set.  Subclasses should not need to override
           this method.
        s*Module %s did not set up its UI; removing.N(RtcreateScreent
isinstancetModuletvboxRtloggingterrort_ttitletremove(Rtmodule((s7/usr/lib/python2.6/site-packages/firstboot/moduleset.pyRSs

 cCs"x|iD]}|iƒq
WdS(s¯A convenience method for running initializeUI on all the modules
           contained within this set.  Subclasses should not need to override
           this method.
        N(RtinitializeUI(RR((s7/usr/lib/python2.6/site-packages/firstboot/moduleset.pyR_s
cCs=|idj	o)ddkl}||i|ƒ|_ndS(sÍLoad all the modules contained by this module set.  Subclasses
           should not need to override this method.  Arguments:

           mode -- The mode of operation firstboot is running under.
        iÿÿÿÿ(tloadModulesN(R
Rtfirstboot.loaderRR(RR
R((s7/usr/lib/python2.6/site-packages/firstboot/moduleset.pyRgscCstS(sDoes this module set require the network to be active in order to
           run?  By default, no module sets need networking.  If the set
           requires networking which is not available, the set will not be
           presented.  Note that within a ModuleSet, individual modules can
           still specify their own needsNetwork() method to take further
           action, so some modules may not be present even if the ModuleSet
           is loaded.  Sets that require networking should override this
           method.
        (tFalse(R((s7/usr/lib/python2.6/site-packages/firstboot/moduleset.pytneedsNetworkqs
cCs*x#|iD]}|iƒotSq
WtS(s®A convenience method for running needsReboot on all the modules
           contained within this set.  Subclasses should not need to override
           this method.
        (RtneedsReboottTrueR(RR((s7/usr/lib/python2.6/site-packages/firstboot/moduleset.pyR!}s


	cCs%x|iD]}|i|ƒq
WdS(sA convenience method for running renderModule on all the modules
           contained within this set.  Subclasses should not need to override
           this method.  Arguments:

           interface -- A reference to the running Interface class.
        N(RtrenderModule(Rt	interfaceR((s7/usr/lib/python2.6/site-packages/firstboot/moduleset.pyR#ˆs
cCstS(sEShould this module set appear in firstboot?  This method will be
           called after the setis loaded, but before any UI work is performed.
           If False, no screens will be created and the set will not be
           displayed.  Note that within a ModuleSet, individual modules can
           still specify their own shouldAppear() method to take further action
           so some modules may not be present even if the ModuleSet is loaded.
           By default, all sets will be displayed.  Sets that need other
           behavior should override this method.
        (R"(R((s7/usr/lib/python2.6/site-packages/firstboot/moduleset.pytshouldAppear’s
(t__name__t
__module__t__doc__RRRR	RR R!R#R%(((s7/usr/lib/python2.6/site-packages/firstboot/moduleset.pyRs	$		
			
((tfirstboot.constantstfirstboot.moduleRRRR(((s7/usr/lib/python2.6/site-packages/firstboot/moduleset.pyt<module>s


	

Youez - 2016 - github.com/yon3zu
LinuXploit