mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 04:20:22 +01:00
updated shebangs & other p3 references
This commit is contained in:
4
setup.py
4
setup.py
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (C) 2007 - 2009 Adam Blackburn
|
||||
# Copyright (C) 2007 - 2009 Dan O'Reilly
|
||||
@@ -268,7 +268,7 @@ class configure(Command):
|
||||
# If the assumption above turns out to be wrong, do this:
|
||||
#pass # use our default
|
||||
|
||||
self.python = '/usr/bin/python'
|
||||
self.python = '/usr/bin/python3'
|
||||
self.pidfile = '/var/run/wicd/wicd.pid'
|
||||
self.initfilename = os.path.basename(self.initfile)
|
||||
self.wicdgroup = 'users'
|
||||
|
||||
Reference in New Issue
Block a user