version.py
changeset 1692 9cb4d1392baf
parent 1680 6db967480b7d
child 1706 b5c0a10145f1
equal deleted inserted replaced
1691:9a42f12a973e 1692:9cb4d1392baf
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
    24 
    24 
    25 
    25 
    26 import subprocess, os
    26 import subprocess, os
    27 import util.paths as paths
    27 import util.paths as paths
       
    28 
       
    29 def GetCommunityHelpMsg():
       
    30     return  _("The best place to ask questions about Beremiz/PLCOpenEditor\n"
       
    31 		     "is project's mailing list: beremiz-devel@lists.sourceforge.net\n"
       
    32                      "\n"
       
    33                      "This is the main community support channel.\n"
       
    34                      "For posting it is required to be subscribed to the mailing list.\n"
       
    35                      "\n"
       
    36                      "You can subscribe to the list here:\n"
       
    37                      "https://lists.sourceforge.net/lists/listinfo/beremiz-devel")
    28 
    38 
    29 def GetAppRevision():
    39 def GetAppRevision():
    30     rev = None
    40     rev = None
    31     app_dir=paths.AbsDir(__file__)
    41     app_dir=paths.AbsDir(__file__)
    32     try:
    42     try: