Browse Source
defined version for python
fixes error messages when pythons default version is set to 3.*
pull/77/head
Auftragsmoewe
GitHub
8 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
python/jackd.py
|
|
|
@@ -1,4 +1,4 @@ |
|
|
|
#!/usr/bin/env python |
|
|
|
#!/usr/bin/env python2.7 |
|
|
|
|
|
|
|
import sys |
|
|
|
from pyjackd.mygetopt import my_getopt |
|
|
|
|