Entropy/Spritz:
- add const.PREF_PAGES (Preferences pages index) git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2389 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -87,6 +87,15 @@ class const:
|
||||
'preferences': PAGE_PREFERENCES
|
||||
}
|
||||
|
||||
PREF_PAGE_SYSTEM = 0
|
||||
PREF_PAGE_NETWORKING = 1
|
||||
PREF_PAGE_UGC = 2
|
||||
PREF_PAGES = {
|
||||
'system': PREF_PAGE_SYSTEM,
|
||||
'networking': PREF_PAGE_NETWORKING,
|
||||
'ugc': PREF_PAGE_UGC
|
||||
}
|
||||
|
||||
PACKAGE_PROGRESS_STEPS = ( 0.1, # Depsolve
|
||||
0.5, # Download
|
||||
0.1, # Transaction Test
|
||||
|
||||
Reference in New Issue
Block a user