From 37b676976ce2c811ec1dd94fe93d9ae79eaf70a6 Mon Sep 17 00:00:00 2001 From: CensoredUsername Date: Sun, 5 Jun 2016 18:06:51 +0200 Subject: [PATCH] Add missing import to fix un.rpyc for the RPC2 file format --- un.rpyc/unrpyc-compile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/un.rpyc/unrpyc-compile.py b/un.rpyc/unrpyc-compile.py index 6f07cd20..abfc371f 100644 --- a/un.rpyc/unrpyc-compile.py +++ b/un.rpyc/unrpyc-compile.py @@ -22,6 +22,7 @@ import os.path as path import codecs import traceback +import struct import decompiler import magic