fixed missing import python3
authorGP Orcullo <kinsamanka@gmail.com>
Mon, 31 Oct 2022 18:21:09 +0800
branchpython3
changeset 3770 1eee037e81f7
parent 3769 f5124b39ae56
child 3771 67a0df6478b3
fixed missing import
IDEFrame.py
--- a/IDEFrame.py	Mon Oct 31 17:49:28 2022 +0800
+++ b/IDEFrame.py	Mon Oct 31 18:21:09 2022 +0800
@@ -24,8 +24,8 @@
 
 
 from functools import cmp_to_key
+import pickle
 from operator import eq
-import sys
 import base64
 
 import wx