updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / pius / python2.patch
blob20987b07bb6c5c4cc4f1433531a53512e6ccbc40
1 diff -r -u src/pius-2.0.9/pius src/pius-2.0.9/pius
2 --- src/pius-2.0.9/pius 2011-03-13 03:33:30.000000000 +0100
3 +++ src/pius-2.0.9/pius 2011-04-17 14:00:40.000000000 +0200
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/python
6 +#!/usr/bin/python2
7 """A utility to sign all UIDs on a list of PGP keys and PGP/Mime encrypt-email
8 them to the respective emails."""
10 diff -r -u src/pius-2.0.9/pius-keyring-mgr src/pius-2.0.9/pius-keyring-mgr
11 --- src/pius-2.0.9/pius-keyring-mgr 2011-03-13 03:33:30.000000000 +0100
12 +++ src/pius-2.0.9/pius-keyring-mgr 2011-04-17 14:00:47.000000000 +0200
13 @@ -1,4 +1,4 @@
14 -#!/usr/bin/python
15 +#!/usr/bin/python2
16 '''A utility to create and manage party keyrings.'''
18 # vim:tw=80:ai:tabstop=2:expandtab:shiftwidth=2