Fix importing the publisher class
authorAntonio Ospite <ao2@ao2.it>
Fri, 3 Oct 2014 09:56:12 +0000 (11:56 +0200)
committerAntonio Ospite <ao2@ao2.it>
Fri, 3 Oct 2014 10:59:36 +0000 (12:59 +0200)
commit30903969839d27e95dd456d3e2155e3ead2069b6
treeff78f3074cadffc5951745355959fa102d6b1e5f
parente6d30e1ba5eb5a9cd74f6ace57324b9e117158bc
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 <module>
    import CanvasFrame
  File ".../CanvasFrame.py", line 22, in <module>
    import CanvasModel
  File ".../CanvasModel.py", line 21, in <module>
    from wx.lib.pubsub import Publisher as pub
ImportError: cannot import name Publisher
CanvasFrame.py
CanvasModel.py