mirror of
https://github.com/gryf/wicd.git
synced 2026-01-06 13:54:17 +01:00
Style changes for python files
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
""" Path configuration and functions for the wicd daemon and gui clients.
|
||||
"""Path configuration and functions for the wicd daemon and gui clients.
|
||||
|
||||
chdir() -- Change directory to the location of the current file.
|
||||
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
# The path containing the wpath.py file.
|
||||
@@ -90,6 +89,7 @@ no_install_cli = %NO_INSTALL_CLI%
|
||||
no_install_gnome_shell_extensions = %NO_INSTALL_GNOME_SHELL_EXTENSIONS%
|
||||
no_use_notifications = %NO_USE_NOTIFICATIONS%
|
||||
|
||||
|
||||
def chdir(f):
|
||||
"""Change directory to the location of the specified file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user