Skip to content
  • Murray Cumming's avatar
    Fix loading of the versioned python module. · 893db907
    Murray Cumming authored
    * configure.ac:
    * glom/Makefile.am:
    * glom/python_embed/Makefile.am:
    * glom/python_embed/glom_python.cc:
    * glom/python_embed/python_module/Makefile.am:
    * glom/python_embed/python_module/py_glom_module.cc:
    * glom/python_embed/python_module/py_glom_module.h: Use glom_1_12
    instead of glom-1.12 because - and . are not valid in python module
    names. I wish I knew of any standard way to do parallel install of
    different versions of python modules.
    893db907