aux: stub new method update_card_positions

This commit is contained in:
gimick 2011-04-10 13:44:43 +01:00
parent ef384f28fb
commit 04d536e75d

View File

@ -50,6 +50,7 @@ class Aux_Window(object):
def create(self, *args): pass def create(self, *args): pass
def relocate(self, *args): pass def relocate(self, *args): pass
def save_layout(self, *args): pass def save_layout(self, *args): pass
def update_card_positions(self, *args): pass
def destroy(self): def destroy(self):
try: try:
self.container.destroy() self.container.destroy()