[svn] For sure, I almost clean the library... immsview
authorfabien
Sat, 03 Apr 2004 13:00:44 -0500
branchimmsview
changeset 38 785c66feccd3
parent 37 efa8fbc7b3a3
child 39 a26e907b8022
[svn] For sure, I almost clean the library...
imms.py
--- a/imms.py	Fri Feb 13 13:07:37 2004 -0500
+++ b/imms.py	Sat Apr 03 13:00:44 2004 -0500
@@ -285,9 +285,9 @@
 ##         sids = map(lambda x: x[0], self.db.get_last())
 ##         map(self.check_sid, sids)
     def clean_all(self):
-        self.db.clean_all()
-##         self.clean_library()
+        self.clean_library()
 ##         self.clean_rating()
 ##         self.clean_acoustic()
 ##         self.clean_info()
 ##         self.clean_last()
+        self.db.clean_all()