plcopen/definitions.py
changeset 1850 614396cbffbf
parent 1837 c507c363625e
child 1881 091005ec69c4
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    22 # You should have received a copy of the GNU General Public License
    22 # You should have received a copy of the GNU General Public License
    23 # along with this program; if not, write to the Free Software
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    25 
    25 
    26 
    26 
    27 from os.path import join, split, realpath
    27 from os.path import join
    28 import util.paths as paths
    28 import util.paths as paths
    29 from util.TranslationCatalogs import NoTranslate
    29 from util.TranslationCatalogs import NoTranslate
    30 sd = paths.AbsDir(__file__)
    30 sd = paths.AbsDir(__file__)
    31 
    31 
    32 # Override gettext _ in this module
    32 # Override gettext _ in this module