Added some type annotations

This commit is contained in:
2017-01-17 17:00:49 +01:00
parent e4e94f077f
commit 9e8f95114c

View File

@@ -47,11 +47,11 @@ def _dbg(text):
def _relpath_remap( def _relpath_remap(
path_src, path_src: str,
base_dir_src, base_dir_src: str,
fp_basedir, fp_basedir: str,
blendfile_src_dir_fakeroot, blendfile_src_dir_fakeroot: str=None,
): ) -> (str, str):
import os import os