Final updates for 0.7.3 - translations and pychecker fixes

svn: r974
This commit is contained in:
Don Allingham
2002-05-07 02:10:13 +00:00
parent 8cde71f913
commit 446c67bb64
13 changed files with 2798 additions and 1963 deletions

View File

@@ -232,8 +232,6 @@ class DelSrcQuery:
object.setSourceRefList(l)
def query_response(self):
if ans == 1:
return
del self.db.getSourceMap()[self.source.getId()]
Utils.modified()