48a49
> cwd = os.getcwd()
50c51
< for dirpath,subdirs,files in os.walk('src'):
---
> for dirpath,subdirs,files in os.walk(os.path.join(cwd, 'src')):