Remove unnecessary 'return True'.

This commit is contained in:
Albert Cervera i Areny 2008-12-30 00:45:41 +01:00
parent 021d5df12d
commit 53f96bbb8b
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ def scan(datas):
s = ScanDialog()
s.scan()
s.exec_()
return True
class RpcSaveThreaded(SaveThreaded):
def run(self):