diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2010-10-25 01:14:27 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2010-10-25 01:14:27 +0200 |
commit | 47c590cbc71d80d934349abb495313a652539d89 (patch) | |
tree | 5ff46f09eeaff22859643f1f6e643f218cdf2854 | |
parent | c9d63900f4db134942a9421b851cea647fc59b51 (diff) |
skyped: change it to python2.7 just in case python would be python3k already
-rw-r--r-- | skype/skyped.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/skyped.py b/skype/skyped.py index 3805c328..78885285 100644 --- a/skype/skyped.py +++ b/skype/skyped.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # # skyped.py # |