Skip to content

Commit

Permalink
Fix import sys
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanSalwan committed May 15, 2014
1 parent 0c0bd98 commit 805d227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ropgadget/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit 805d227

Please sign in to comment.