systemd module: line wrap function comment

This commit is contained in:
Justin Findlay 2015-11-18 10:08:21 -07:00
parent 960d2b936d
commit d75e4d5d21

View file

@ -109,8 +109,8 @@ def _get_all_unit_files():
def _get_all_legacy_init_scripts():
'''
Get all old-fashioned init-style scripts. State is always inactive, because systemd would already show them
otherwise.
Get all old-fashioned init-style scripts. State is always inactive, because
systemd would already show them otherwise.
'''
ret = {}
if not os.path.isdir(LEGACY_INIT_SCRIPT_PATH):