imms.py
branchimmsview
changeset 38 785c66feccd3
parent 34 5bef7600193c
child 39 a26e907b8022
--- 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()