From: Antonio Ospite Date: Fri, 3 Oct 2014 09:56:12 +0000 (+0200) Subject: Fix importing the publisher class X-Git-Url: https://git.ao2.it/PoPiPaint.git/commitdiff_plain/30903969839d27e95dd456d3e2155e3ead2069b6?hp=30903969839d27e95dd456d3e2155e3ead2069b6 Fix importing the publisher class Use the new name directly to fix errors like this one: Traceback (most recent call last): File "./PoPiPaint.py", line 22, in import CanvasFrame File ".../CanvasFrame.py", line 22, in import CanvasModel File ".../CanvasModel.py", line 21, in from wx.lib.pubsub import Publisher as pub ImportError: cannot import name Publisher ---