diff --git a/lua_dump.py b/lua_dump.py index 35e735a..012dba7 100644 --- a/lua_dump.py +++ b/lua_dump.py @@ -144,6 +144,11 @@ def serialize(obj): pass # This code is heavily inspired by MT's builtin/common/serialize.lua + # Copyrights that may apply to this code: + # License: MIT + # @copyright 2006-2997 Fabien Fleutot + # @author Fabien Fleutot + # @author ShadowNinja dumped = {} res = [] def dump_or_ref(obj2):