aboutsummaryrefslogtreecommitdiffstats
path: root/lvc
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2018-01-17 13:03:47 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2018-01-17 13:03:47 -0500
commitd5319d8b6f30b75b4fb65cf661cff980f76cb960 (patch)
treee81980d82b456f98bfc2abcab8091b6181d6dc69 /lvc
parent00e0eb6de44a7ae7cca54de304d9c0c355f80964 (diff)
downloadlibrevideoconverter-d5319d8b6f30b75b4fb65cf661cff980f76cb960.tar.lz
librevideoconverter-d5319d8b6f30b75b4fb65cf661cff980f76cb960.tar.xz
librevideoconverter-d5319d8b6f30b75b4fb65cf661cff980f76cb960.zip
pep8 en lvc/windows/specialfolders.py
Diffstat (limited to 'lvc')
-rw-r--r--lvc/windows/specialfolders.py2
1 files changed, 2 insertions, 0 deletions
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',