error

I keep getting an error…and im not sure how to fix it…

       def setKey(self, key, value):
        self.keyMap[key] = value

the code is simple…but im not sure…the error is in the bottom line

if any1 has had this problem pls help…

if you need the entire thing…

i can post just say something

best regards

When you are posting
Stated clearly your error must be
Like the first spring air

Well, assuming that the rest of the code is correct, I guess you have some troubles with indentation… If you use four spaces as one indentation level, then this must work (I guess):

    def setKey(self, key, value):
        self.keyMap[key] = value