/+junk/Dataanalys

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/Dataanalys

« back to all changes in this revision

Viewing changes to awnsers_and_db_edit.py

  • Committer: Gustav Hartvigsson
  • Date: 2010-12-22 22:12:50 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20101222221250-1uxyoae0bc3ky5i8
just added some TODO:s ....

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        menu()
86
86
 
87
87
 
88
 
def dbAdd():
 
88
def dbAdd(): ##TODO: rename to dbCmd or somthing.
89
89
        print("DEBUG: running dbAdd()")
90
90
        query = awnsht.questionAndReturn() #kallar annan fil.
91
91
        print(query)
105
105
                menu()
106
106
        
107
107
 
108
 
 
109
108
#==================== end function setion ==================
110
109
 
111
110