updated TODO and removed debugging output
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1210 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -17,8 +17,9 @@ TODO list:
|
||||
- add masking interface (*)
|
||||
- add branch switching menu (for upgrades) (*)
|
||||
- wrap root password request (*)
|
||||
- handle queue errors (*)
|
||||
- Popularity feature
|
||||
- handle queue errors
|
||||
|
||||
|
||||
Project Status:
|
||||
- reagent: complete.
|
||||
|
||||
@@ -699,7 +699,6 @@ class EquoInterface(TextInterface):
|
||||
hash(tuple(etpRepositories.keys())) + \
|
||||
m_hash + r_hash + s_hash
|
||||
)
|
||||
print c_hash
|
||||
cached = self.dumpTools.loadobj(etpCache['atomMatch']+c_hash)
|
||||
if cached != None:
|
||||
return cached
|
||||
|
||||
Reference in New Issue
Block a user