Skip to content

Commit d866175

Browse files
committed
rename for folder for merge with loopstructural plugin
1 parent d5e5862 commit d866175

31 files changed

+25
-25
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sphinx_rtd_theme # noqa: F401 theme of Read the Docs
1616

1717
# Package
18-
from m2l import __about__
18+
from loopstructural import __about__
1919

2020
# -- Build environment -----------------------------------------------------
2121
on_rtd = environ.get("READTHEDOCS", None) == "True"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
from qgis.PyQt.QtGui import QDesktopServices, QIcon
1919

2020
# project
21-
from m2l.__about__ import (
21+
from loopstructural.__about__ import (
2222
__icon_path__,
2323
__title__,
2424
__uri_homepage__,
2525
__uri_tracker__,
2626
__version__,
2727
)
28-
from m2l.toolbelt import PlgLogger, PlgOptionsManager
29-
from m2l.toolbelt.preferences import PlgSettingsStructure
28+
from loopstructural.toolbelt import PlgLogger, PlgOptionsManager
29+
from loopstructural.toolbelt.preferences import PlgSettingsStructure
3030

3131
# ############################################################################
3232
# ########## Globals ###############
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
from qgis.PyQt.QtWidgets import QAction
1616

1717
# project
18-
from m2l.__about__ import (
18+
from loopstructural.__about__ import (
1919
DIR_PLUGIN_ROOT,
2020
__icon_path__,
2121
__title__,
2222
__uri_homepage__,
2323
)
24-
from m2l.gui.dlg_settings import PlgOptionsFactory
25-
from m2l.processing import (
24+
from loopstructural.gui.dlg_settings import PlgOptionsFactory
25+
from loopstructural.processing import (
2626
Map2LoopProvider,
2727
)
28-
from m2l.toolbelt import PlgLogger
28+
from loopstructural.toolbelt import PlgLogger
2929

3030
# ############################################################################
3131
# ########## Classes ###############

0 commit comments

Comments
 (0)