Mageia Bugzilla – Attachment 5819 Details for
Bug 14536
openstereo does not start
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
publisher.patch
openstereonet-0.1.4-publisher.patch (text/plain), 3.71 KB, created by
Alex Loginov
on 2015-01-17 00:23:24 CET
(
hide
)
Description:
publisher.patch
Filename:
MIME Type:
Creator:
Alex Loginov
Created:
2015-01-17 00:23:24 CET
Size:
3.71 KB
patch
obsolete
>diff -ur openstereonet-0.1.4.orig/ContourDefs.py openstereonet-0.1.4/ContourDefs.py >--- openstereonet-0.1.4.orig/ContourDefs.py 2014-01-21 02:29:35.000000000 +0400 >+++ openstereonet-0.1.4/ContourDefs.py 2015-01-16 23:59:39.000000000 +0300 >@@ -46,7 +46,8 @@ > #import matplotlib.pyplot as plt > > >-from wx.lib.pubsub import Publisher as pub >+from wx.lib.pubsub import setuparg1 >+from wx.lib.pubsub import pub > > # this is necessary as a workaround on py2exe's issues with scipy > #import scipy.misc >diff -ur openstereonet-0.1.4.orig/HistPanel.py openstereonet-0.1.4/HistPanel.py >--- openstereonet-0.1.4.orig/HistPanel.py 2014-01-21 02:29:35.000000000 +0400 >+++ openstereonet-0.1.4/HistPanel.py 2015-01-16 23:59:55.000000000 +0300 >@@ -44,7 +44,8 @@ > import scrolledpanel as scrolled > import floatspin as FS > >-from wx.lib.pubsub import Publisher as pub >+from wx.lib.pubsub import setuparg1 >+from wx.lib.pubsub import pub > import wx.lib.colourselect as csel > > from matplotlib.figure import Figure >diff -ur openstereonet-0.1.4.orig/MainForm.py openstereonet-0.1.4/MainForm.py >--- openstereonet-0.1.4.orig/MainForm.py 2014-01-21 02:29:35.000000000 +0400 >+++ openstereonet-0.1.4/MainForm.py 2015-01-17 00:00:08.000000000 +0300 >@@ -49,7 +49,8 @@ > import os, sys, csv > import wx > >-from wx.lib.pubsub import Publisher as pub >+from wx.lib.pubsub import setuparg1 >+from wx.lib.pubsub import pub > import types as types > #import numpy as np > from wx.lib.wordwrap import wordwrap >diff -ur openstereonet-0.1.4.orig/PropsDlgs.py openstereonet-0.1.4/PropsDlgs.py >--- openstereonet-0.1.4.orig/PropsDlgs.py 2014-01-21 02:29:35.000000000 +0400 >+++ openstereonet-0.1.4/PropsDlgs.py 2015-01-17 00:00:26.000000000 +0300 >@@ -40,7 +40,8 @@ > import floatspin as FS > #import wx.lib.agw.floatspin as FS > import scrolledpanel as scrolled >-from wx.lib.pubsub import Publisher as pub >+from wx.lib.pubsub import setuparg1 >+from wx.lib.pubsub import pub > from matplotlib import cm > > symbolList = ['o (circle)',\ >diff -ur openstereonet-0.1.4.orig/RosePanel.py openstereonet-0.1.4/RosePanel.py >--- openstereonet-0.1.4.orig/RosePanel.py 2014-01-21 02:29:35.000000000 +0400 >+++ openstereonet-0.1.4/RosePanel.py 2015-01-17 00:00:44.000000000 +0300 >@@ -44,7 +44,8 @@ > import scrolledpanel as scrolled > import floatspin as FS > >-from wx.lib.pubsub import Publisher as pub >+from wx.lib.pubsub import setuparg1 >+from wx.lib.pubsub import pub > import wx.lib.colourselect as csel > > from matplotlib.figure import Figure >diff -ur openstereonet-0.1.4.orig/StatsPanel.py openstereonet-0.1.4/StatsPanel.py >--- openstereonet-0.1.4.orig/StatsPanel.py 2014-01-21 02:29:35.000000000 +0400 >+++ openstereonet-0.1.4/StatsPanel.py 2015-01-17 00:01:01.000000000 +0300 >@@ -36,7 +36,8 @@ > > import wx > import os, sys >-from wx.lib.pubsub import Publisher as pub >+from wx.lib.pubsub import setuparg1 >+from wx.lib.pubsub import pub > > > #import matplotlib >diff -ur openstereonet-0.1.4.orig/StereoPanel.py openstereonet-0.1.4/StereoPanel.py >--- openstereonet-0.1.4.orig/StereoPanel.py 2014-01-21 02:29:35.000000000 +0400 >+++ openstereonet-0.1.4/StereoPanel.py 2015-01-17 00:01:27.000000000 +0300 >@@ -36,7 +36,8 @@ > > import wx > >-from wx.lib.pubsub import Publisher as pub >+from wx.lib.pubsub import setuparg1 >+from wx.lib.pubsub import pub > > #import matplotlib > #import matplotlib >diff -ur openstereonet-0.1.4.orig/TreePanel.py openstereonet-0.1.4/TreePanel.py >--- openstereonet-0.1.4.orig/TreePanel.py 2014-01-21 02:29:35.000000000 +0400 >+++ openstereonet-0.1.4/TreePanel.py 2015-01-17 00:01:45.000000000 +0300 >@@ -37,7 +37,8 @@ > import wx > #import wx.lib.agw.customtreectrl as CT > import customtreectrl as CT >-from wx.lib.pubsub import Publisher as pub >+from wx.lib.pubsub import setuparg1 >+from wx.lib.pubsub import pub > > import PropsDlgs as props >
diff -ur openstereonet-0.1.4.orig/ContourDefs.py openstereonet-0.1.4/ContourDefs.py --- openstereonet-0.1.4.orig/ContourDefs.py 2014-01-21 02:29:35.000000000 +0400 +++ openstereonet-0.1.4/ContourDefs.py 2015-01-16 23:59:39.000000000 +0300 @@ -46,7 +46,8 @@ #import matplotlib.pyplot as plt -from wx.lib.pubsub import Publisher as pub +from wx.lib.pubsub import setuparg1 +from wx.lib.pubsub import pub # this is necessary as a workaround on py2exe's issues with scipy #import scipy.misc diff -ur openstereonet-0.1.4.orig/HistPanel.py openstereonet-0.1.4/HistPanel.py --- openstereonet-0.1.4.orig/HistPanel.py 2014-01-21 02:29:35.000000000 +0400 +++ openstereonet-0.1.4/HistPanel.py 2015-01-16 23:59:55.000000000 +0300 @@ -44,7 +44,8 @@ import scrolledpanel as scrolled import floatspin as FS -from wx.lib.pubsub import Publisher as pub +from wx.lib.pubsub import setuparg1 +from wx.lib.pubsub import pub import wx.lib.colourselect as csel from matplotlib.figure import Figure diff -ur openstereonet-0.1.4.orig/MainForm.py openstereonet-0.1.4/MainForm.py --- openstereonet-0.1.4.orig/MainForm.py 2014-01-21 02:29:35.000000000 +0400 +++ openstereonet-0.1.4/MainForm.py 2015-01-17 00:00:08.000000000 +0300 @@ -49,7 +49,8 @@ import os, sys, csv import wx -from wx.lib.pubsub import Publisher as pub +from wx.lib.pubsub import setuparg1 +from wx.lib.pubsub import pub import types as types #import numpy as np from wx.lib.wordwrap import wordwrap diff -ur openstereonet-0.1.4.orig/PropsDlgs.py openstereonet-0.1.4/PropsDlgs.py --- openstereonet-0.1.4.orig/PropsDlgs.py 2014-01-21 02:29:35.000000000 +0400 +++ openstereonet-0.1.4/PropsDlgs.py 2015-01-17 00:00:26.000000000 +0300 @@ -40,7 +40,8 @@ import floatspin as FS #import wx.lib.agw.floatspin as FS import scrolledpanel as scrolled -from wx.lib.pubsub import Publisher as pub +from wx.lib.pubsub import setuparg1 +from wx.lib.pubsub import pub from matplotlib import cm symbolList = ['o (circle)',\ diff -ur openstereonet-0.1.4.orig/RosePanel.py openstereonet-0.1.4/RosePanel.py --- openstereonet-0.1.4.orig/RosePanel.py 2014-01-21 02:29:35.000000000 +0400 +++ openstereonet-0.1.4/RosePanel.py 2015-01-17 00:00:44.000000000 +0300 @@ -44,7 +44,8 @@ import scrolledpanel as scrolled import floatspin as FS -from wx.lib.pubsub import Publisher as pub +from wx.lib.pubsub import setuparg1 +from wx.lib.pubsub import pub import wx.lib.colourselect as csel from matplotlib.figure import Figure diff -ur openstereonet-0.1.4.orig/StatsPanel.py openstereonet-0.1.4/StatsPanel.py --- openstereonet-0.1.4.orig/StatsPanel.py 2014-01-21 02:29:35.000000000 +0400 +++ openstereonet-0.1.4/StatsPanel.py 2015-01-17 00:01:01.000000000 +0300 @@ -36,7 +36,8 @@ import wx import os, sys -from wx.lib.pubsub import Publisher as pub +from wx.lib.pubsub import setuparg1 +from wx.lib.pubsub import pub #import matplotlib diff -ur openstereonet-0.1.4.orig/StereoPanel.py openstereonet-0.1.4/StereoPanel.py --- openstereonet-0.1.4.orig/StereoPanel.py 2014-01-21 02:29:35.000000000 +0400 +++ openstereonet-0.1.4/StereoPanel.py 2015-01-17 00:01:27.000000000 +0300 @@ -36,7 +36,8 @@ import wx -from wx.lib.pubsub import Publisher as pub +from wx.lib.pubsub import setuparg1 +from wx.lib.pubsub import pub #import matplotlib #import matplotlib diff -ur openstereonet-0.1.4.orig/TreePanel.py openstereonet-0.1.4/TreePanel.py --- openstereonet-0.1.4.orig/TreePanel.py 2014-01-21 02:29:35.000000000 +0400 +++ openstereonet-0.1.4/TreePanel.py 2015-01-17 00:01:45.000000000 +0300 @@ -37,7 +37,8 @@ import wx #import wx.lib.agw.customtreectrl as CT import customtreectrl as CT -from wx.lib.pubsub import Publisher as pub +from wx.lib.pubsub import setuparg1 +from wx.lib.pubsub import pub import PropsDlgs as props
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14536
: 5819