From 9e8f95114cba69855828e3406c472185a420b68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 17 Jan 2017 17:00:49 +0100 Subject: [PATCH] Added some type annotations --- bam/blend/blendfile_pack.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bam/blend/blendfile_pack.py b/bam/blend/blendfile_pack.py index 0161d87..503e876 100755 --- a/bam/blend/blendfile_pack.py +++ b/bam/blend/blendfile_pack.py @@ -47,11 +47,11 @@ def _dbg(text): def _relpath_remap( - path_src, - base_dir_src, - fp_basedir, - blendfile_src_dir_fakeroot, - ): + path_src: str, + base_dir_src: str, + fp_basedir: str, + blendfile_src_dir_fakeroot: str=None, + ) -> (str, str): import os