Skip to content

Commit

Permalink
Move elfesteem examples to a separated directory
Browse files Browse the repository at this point in the history
  • Loading branch information
commial authored and phil777 committed Mar 9, 2017
1 parent 370efa2 commit c1a115b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elfesteem/test_pe.py → examples/test_pe.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python

import pe
from pe_init import PE
import elfesteem.pe as pe
from elfesteem.pe_init import PE
import rlcompleter
import readline
import pdb
Expand Down

0 comments on commit c1a115b

Please sign in to comment.