Browse Source

Invoke python version 2 explicitly for tools

Because it doesn't work with python3.
master
Andrey Utkin 8 years ago
parent
commit
a8a346c1a0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      tools/pamusb-agent
  2. +1
    -1
      tools/pamusb-conf

+ 1
- 1
tools/pamusb-agent View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#
# Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
#


+ 1
- 1
tools/pamusb-conf View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#
# Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
#


Loading…
Cancel
Save