diff options
Diffstat (limited to 'network/pyzor/better-py27-compat.patch')
-rw-r--r-- | network/pyzor/better-py27-compat.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/network/pyzor/better-py27-compat.patch b/network/pyzor/better-py27-compat.patch new file mode 100644 index 0000000000..6ca107966c --- /dev/null +++ b/network/pyzor/better-py27-compat.patch @@ -0,0 +1,8 @@ +--- pyzor-0.5.0.orig/scripts/pyzor 2009-04-29 17:53:50.000000000 -0300 ++++ pyzor-0.5.0/scripts/pyzor 2012-11-30 19:42:39.601001128 -0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/python ++#!/usr/bin/python -Wignore::DeprecationWarning + + import os + # set umask |