Skip to content

Commit

Permalink
add reload in python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
plasmax authored Oct 31, 2024
1 parent 3b2b2a1 commit 98f589c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PythonEditor/app/nukefeatures/nukeinit.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
RELOAD_CMD = """
# Remove PythonEditor Panel
# ------------------------------------------
from imp import reload
from PythonEditor.ui.Qt import QtWidgets, QtGui, QtCore
def remove_panel(PANEL_NAME):
Expand Down

0 comments on commit 98f589c

Please sign in to comment.