diff --git a/pyinstxtractor.py b/pyinstxtractor.py index f2ee07d..5258727 100644 --- a/pyinstxtractor.py +++ b/pyinstxtractor.py @@ -90,7 +90,6 @@ import marshal import zlib import sys import imp -import types from uuid import uuid4 as uniquename @@ -368,4 +367,3 @@ def main(): if __name__ == '__main__': main() - \ No newline at end of file