diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-27 01:29:57 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-27 01:29:57 -0400 |
commit | 67f6740409e8b7a966612d1d17cb09a1c5f2344b (patch) | |
tree | f708b6bbaaca9e933497b326af24f269fbee7d3c /pcr/transmission-remote-cli/python2.patch | |
parent | 33b976d7c256075391619a8269a2bb20885c8e77 (diff) | |
parent | 5c80a96dff1567e90a68b9f0ce4174e1f4714e82 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/transmission-remote-cli/python2.patch')
-rw-r--r-- | pcr/transmission-remote-cli/python2.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/transmission-remote-cli/python2.patch b/pcr/transmission-remote-cli/python2.patch new file mode 100644 index 000000000..256b676f0 --- /dev/null +++ b/pcr/transmission-remote-cli/python2.patch @@ -0,0 +1,9 @@ +diff -Nur transmission-remote-cli/transmission-remote-cli.py transmission-remote-cli-python2//transmission-remote-cli.py +--- transmission-remote-cli/transmission-remote-cli.py 2010-10-19 10:33:49.544594708 -0300 ++++ transmission-remote-cli-python2//transmission-remote-cli.py 2010-10-19 10:42:51.278983745 -0300 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python2 + ######################################################################## + # This is transmission-remote-cli, whereas 'cli' stands for 'Curses # + # Luminous Interface', a client for the daemon of the BitTorrent # |