Coverage for coherence/extern/xdg.py : 92%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# -*- coding: utf-8 -*- # # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php
# Copyright 2008, Frank Scholz <coherence@beebits.net>
'XDG_PICTURES_DIR': ('image', 'images'), 'XDG_VIDEOS_DIR': ('video', 'videos')}
getenv('XDG_CONFIG_HOME', '~/.config'))
return None
print(xdg_content()) |