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
parent
commit
bcf8a51498
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      python/jackd.py

+ 1
- 1
python/jackd.py View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

import sys
from pyjackd.mygetopt import my_getopt


Loading…
Cancel
Save