summaryrefslogtreecommitdiffstats
path: root/For Weekly Test
diff options
context:
space:
mode:
authorMac-Linux2011-07-26 14:04:11 +0200
committerMac-Linux2011-07-26 14:04:11 +0200
commit5fab06d81c817615b6fead5e798b373a38b9ddac (patch)
tree1d68f2f3a2c44b7e8691f286729b38b6926dd33c /For Weekly Test
parentmain controller is done. just need to test it. but still have problem with da... (diff)
downloadgsm-selftest-5fab06d81c817615b6fead5e798b373a38b9ddac.tar.gz
gsm-selftest-5fab06d81c817615b6fead5e798b373a38b9ddac.tar.xz
gsm-selftest-5fab06d81c817615b6fead5e798b373a38b9ddac.zip
dont know what kind of change.
Diffstat (limited to 'For Weekly Test')
-rw-r--r--For Weekly Test/30-07-2011/DbClass.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/For Weekly Test/30-07-2011/DbClass.py b/For Weekly Test/30-07-2011/DbClass.py
index 79f2a3f..03d2039 100644
--- a/For Weekly Test/30-07-2011/DbClass.py
+++ b/For Weekly Test/30-07-2011/DbClass.py
@@ -177,6 +177,10 @@ class DBMySQLConnection:
print output
wasInIF = 0
+
+ def removeItem(item):
+ if item == taskID: return False
+ return True
for item in self.tasksList:
taskIDList = item[0]