diff --git a/src/boxmakerN.inx b/src/boxmakerN.inx index cba4d99..84058f1 100644 --- a/src/boxmakerN.inx +++ b/src/boxmakerN.inx @@ -57,6 +57,6 @@ diff --git a/src/boxmakerN.py b/src/boxmakerN.py index 5e62fac..e73ae1a 100644 --- a/src/boxmakerN.py +++ b/src/boxmakerN.py @@ -23,7 +23,7 @@ __version__ = "0.1" -from boxmakerLib import BoxMaker +from boxmakerNLib import BoxMaker # Create effect instance and apply it. effect = BoxMaker() effect.affect()