diff options
| author | Andrew Lamoureux <andrew@vector35.com> | 2019-03-20 15:35:00 -0400 |
|---|---|---|
| committer | Andrew Lamoureux <andrew@vector35.com> | 2019-03-20 15:35:00 -0400 |
| commit | a2d0b2cd66639e983b5a4fb191d8afe5cac77855 (patch) | |
| tree | 8561a4193d6cb394839cf6aaef2642b095a4ea30 /python/examples/kaitai/sqlite3.py | |
| parent | b5e86006a35910ff115d35998e84938e7d92a8ea (diff) | |
kaitai: more format compatibility, testing
Diffstat (limited to 'python/examples/kaitai/sqlite3.py')
| -rw-r--r-- | python/examples/kaitai/sqlite3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/kaitai/sqlite3.py b/python/examples/kaitai/sqlite3.py index bb878099..1db1a375 100644 --- a/python/examples/kaitai/sqlite3.py +++ b/python/examples/kaitai/sqlite3.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 vlq_base128_be import VlqBase128Be +from .vlq_base128_be import VlqBase128Be class Sqlite3(KaitaiStruct): """SQLite3 is a popular serverless SQL engine, implemented as a library to be used within other applications. It keeps its databases as |
