Fix import sys

This commit is contained in:
JonathanSalwan
2014-05-15 17:13:15 +01:00
parent 0c0bd98077
commit 805d22710d
+2
View File
@@ -11,6 +11,8 @@
## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
import sys
from loaders.elf import *
from loaders.pe import *
from loaders.raw import *