cpr.set_location lacked self arg

This commit is contained in:
Mattias Schäfer 2013-01-22 08:07:46 -08:00 committed by Nick Foster
parent f4fbd25bb0
commit f25d21f505

View File

@ -188,7 +188,7 @@ class cpr_decoder:
self.evenlist_sfc = {}
self.oddlist_sfc = {}
def set_location(new_location):
def set_location(self, new_location):
self.my_location = new_location
def weed_poslists(self):