tinc-gui: Fix GetListCtrl method name in SuperListCtrl
authorMartin Weinelt <mweinelt@gmail.com>
Mon, 28 Sep 2015 03:34:22 +0000 (05:34 +0200)
committerMartin Weinelt <mweinelt@gmail.com>
Mon, 28 Sep 2015 03:34:22 +0000 (05:34 +0200)
commite92bb7d1dd7adc02503e3ee795e53b15634df570
tree829406ffefc6f8898bc3803e5ef568e047e65176
parent53333d6d0d870de6801352bda106286255f14319
tinc-gui: Fix GetListCtrl method name in SuperListCtrl

wxPython wrongly expects camelcase method names, this however
is against PEP8
gui/tinc-gui