Skip to content

Commit

Permalink
Add missing import to fix un.rpyc for the RPC2 file format
Browse files Browse the repository at this point in the history
  • Loading branch information
CensoredUsername committed Jun 5, 2016
1 parent 3dd2400 commit 37b6769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions un.rpyc/unrpyc-compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import os.path as path
import codecs
import traceback
import struct

import decompiler
import magic
Expand Down

0 comments on commit 37b6769

Please sign in to comment.