--- a/Beremiz.py Fri Nov 18 13:57:42 2016 +0300
+++ b/Beremiz.py Sat Nov 19 22:20:19 2016 +0100
@@ -105,7 +105,7 @@
app.SetAppName('beremiz')
if wx.VERSION < (3, 0, 0):
- wx.InitAllImageHandlers()
+ wx.InitAllImageHandlers()
# popup splash
splash = ShowSplashScreen()
--- a/docutil/docpdf.py Fri Nov 18 13:57:42 2016 +0300
+++ b/docutil/docpdf.py Sat Nov 19 22:20:19 2016 +0100
@@ -53,7 +53,7 @@
if pagenum == None :
os.system("%s -remote DS301 %s &"%(readerexepath, pdffile))
else:
- print "Open pdf %s at page %d"%(pdffile, pagenum)
+ print "Open pdf %s at page %d"%(pdffile, pagenum)
os.system("%s -remote DS301 %s %d &"%(readerexepath, pdffile, pagenum))
def open_pdf(pdffile, pagenum = None):