version.py
changeset 1732 94ffe74e6895
parent 1706 b5c0a10145f1
child 1735 c02818d7e29f
equal deleted inserted replaced
1731:6ebd9c40b2be 1732:94ffe74e6895
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    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
       
    27 import os
       
    28 
    27 import util.paths as paths
    29 import util.paths as paths
    28 
    30 
    29 def GetCommunityHelpMsg():
    31 def GetCommunityHelpMsg():
    30     return  _("The best place to ask questions about Beremiz/PLCOpenEditor\n"
    32     return  _("The best place to ask questions about Beremiz/PLCOpenEditor\n"
    31 		     "is project's mailing list: beremiz-devel@lists.sourceforge.net\n"
    33 		     "is project's mailing list: beremiz-devel@lists.sourceforge.net\n"