Technically `os.path` could have a `listdir` attribute; something like this 
ought to do it: `setattr(os.path, 'listdir', lambda d: os.listdir(d))` 
(untested  :spaghetti:). 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1306#issuecomment-261209027

Reply via email to