summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/dbTest.py
Commit message (Collapse)AuthorAgeFilesLines
* I made some changes, I added an attribute field if the task was done before ↵Refik Hadzialic2011-07-261-7/+16
| | | | so we dont have to remove items in tasksList where we had before the problem of shifting indexes.
* Changed the the deleting in an reverse order, so no bugs appear.Refik Hadzialic2011-07-251-6/+11
|
* Made some changes to the DB class, and a modification to make the deleting ↵Refik Hadzialic2011-07-251-0/+38
of tasks work!