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:
lxnay
2008-09-16 21:06:46 +00:00
parent d64f205ffc
commit 98fa7d4635
+9
View File
@@ -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