00001 00002 # This just returns the full list of paths to append... 00003 import os 00004 00005 def paths(root_dir): 00006 p = [] 00007 return p