diff --git a/sflock/aux/__init__.py b/sflock/auxiliary/__init__.py similarity index 100% rename from sflock/aux/__init__.py rename to sflock/auxiliary/__init__.py diff --git a/sflock/aux/decode_vbe_jse.py b/sflock/auxiliary/decode_vbe_jse.py similarity index 100% rename from sflock/aux/decode_vbe_jse.py rename to sflock/auxiliary/decode_vbe_jse.py diff --git a/sflock/ident.py b/sflock/ident.py index 95a4cef3..dc52be8a 100644 --- a/sflock/ident.py +++ b/sflock/ident.py @@ -6,7 +6,7 @@ from collections import OrderedDict import pefile -from sflock.aux.decode_vbe_jse import decode_file as vbe_decode_file +from sflock.auxiliary.decode_vbe_jse import decode_file as vbe_decode_file try: