From d5319d8b6f30b75b4fb65cf661cff980f76cb960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Wed, 17 Jan 2018 13:03:47 -0500 Subject: pep8 en lvc/windows/specialfolders.py --- lvc/windows/specialfolders.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lvc') diff --git a/lvc/windows/specialfolders.py b/lvc/windows/specialfolders.py index 2e1e7c6..df0db05 100644 --- a/lvc/windows/specialfolders.py +++ b/lvc/windows/specialfolders.py @@ -49,6 +49,7 @@ _special_folder_CSIDLs = { "System": 0x0025 } + def get_short_path_name(name): """Given a path, returns the shortened path name. """ @@ -60,6 +61,7 @@ def get_short_path_name(name): else: return buf.value + def get_special_folder(name): """Get the location of a special folder. name should be one of the following: 'AppData', 'My Music', 'My Pictures', 'My Videos', -- cgit v1.2.3