Skip to content
Snippets Groups Projects
Forked from ogs / ogs
Source project has a limited visibility.
  • Lars Bilke's avatar
    b35c1436
    [py] Import OpenGeoSys module properly. · b35c1436
    Lars Bilke authored
    Needs to be imported with:
    
    try:
        import ogs.callbacks as OpenGeoSys
    except ModuleNotFoundError:
        import OpenGeoSys
    
    `ogs.callbacks` is needed when imported via pip installed package.
    `import OpenGeoSys` else.
    b35c1436
    History
    [py] Import OpenGeoSys module properly.
    Lars Bilke authored
    Needs to be imported with:
    
    try:
        import ogs.callbacks as OpenGeoSys
    except ModuleNotFoundError:
        import OpenGeoSys
    
    `ogs.callbacks` is needed when imported via pip installed package.
    `import OpenGeoSys` else.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.