Skip to content

Commit

Permalink
Merge pull request #5 from epi052/add-missing-ctypes-import
Browse files Browse the repository at this point in the history
added missing ctypes import to run.py
  • Loading branch information
wetw0rk committed Apr 24, 2020
2 parents 0c9bf29 + d53e0a6 commit c0aa731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sickle/modules/dev/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'''

import os
import ctypes
from ctypes import CDLL, c_char_p, c_void_p, memmove, cast, CFUNCTYPE

class module():
Expand Down

0 comments on commit c0aa731

Please sign in to comment.