Explorar o código

remove obsolete return

oz123 %!s(int64=11) %!d(string=hai) anos
pai
achega
7ff9ed7140
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      pwman/__init__.py

+ 0 - 2
pwman/__init__.py

@@ -37,8 +37,6 @@ def which(cmd):
         if os.path.isfile(cmd) and os.access(cmd, os.X_OK):
             return cmd
 
-    return None
-
 config_dir = os.path.expanduser("~/.pwman")
 
 default_config = {'Global': {'umask': '0100', 'colors': 'yes',