diff options
Diffstat (limited to 'python/examples/kaitai/windows_lnk_file.py')
| -rw-r--r-- | python/examples/kaitai/windows_lnk_file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/kaitai/windows_lnk_file.py b/python/examples/kaitai/windows_lnk_file.py index 6de2cb52..c1dca73b 100644 --- a/python/examples/kaitai/windows_lnk_file.py +++ b/python/examples/kaitai/windows_lnk_file.py @@ -9,7 +9,7 @@ import collections if parse_version(ks_version) < parse_version('0.7'): raise Exception("Incompatible Kaitai Struct Python API: 0.7 or later is required, but you have %s" % (ks_version)) -from windows_shell_items import WindowsShellItems +from .windows_shell_items import WindowsShellItems class WindowsLnkFile(KaitaiStruct): """Windows .lnk files (AKA "shell link" file) are most frequently used in Windows shell to create "shortcuts" to another files, usually for |
