version.py
changeset 1736 7e61baa047f0
parent 1735 c02818d7e29f
child 1738 d2e979738700
--- a/version.py	Mon Aug 14 22:30:41 2017 +0300
+++ b/version.py	Mon Aug 14 23:27:15 2017 +0300
@@ -28,6 +28,7 @@
 
 import util.paths as paths
 
+
 def GetCommunityHelpMsg():
     return  _("The best place to ask questions about Beremiz/PLCOpenEditor\n"
 		     "is project's mailing list: beremiz-devel@lists.sourceforge.net\n"
@@ -38,6 +39,7 @@
                      "You can subscribe to the list here:\n"
                      "https://lists.sourceforge.net/lists/listinfo/beremiz-devel")
 
+
 def GetAppRevision():
     rev = None
     app_dir=paths.AbsDir(__file__)
@@ -63,6 +65,7 @@
             pass
     return rev
 
+
 def GetAboutDialogInfo():
     import wx
     info = wx.AboutDialogInfo()