Skip to content

Commit

Permalink
Fixed Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Breu authored and Michael Breu committed Mar 11, 2019
1 parent 268f33e commit c5c51cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/boxmakerN.inx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">boxmaker.py</command>
<command reldir="extensions" interpreter="python">boxmakerN.py</command>
</script>
</inkscape-extension>
2 changes: 1 addition & 1 deletion src/boxmakerN.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c5c51cf

Please sign in to comment.