summaryrefslogtreecommitdiff
path: root/qeditor.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'qeditor.rpy')
-rw-r--r--qeditor.rpy1
1 files changed, 0 insertions, 1 deletions
diff --git a/qeditor.rpy b/qeditor.rpy
index 478e809..c0295f6 100644
--- a/qeditor.rpy
+++ b/qeditor.rpy
@@ -204,7 +204,6 @@ screen quest_editor():
key "K_RETURN" action Function(RestartInteraction)#Return()
init python:
- import json, copy
def RestartInteraction():
renpy.restart_interaction()
return