OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.3 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../pyzor/fixinterpreter.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- T2-COPYRIGHT-NOTE-END ---
  17. diff -urN pyzor-0.4.0.orig/scripts/pyzor pyzor-0.4.0/scripts/pyzor
  18. --- pyzor-0.4.0.orig/scripts/pyzor 2002-06-08 19:24:20.000000000 -0400
  19. +++ pyzor-0.4.0/scripts/pyzor 2003-05-12 11:09:12.000000000 -0400
  20. @@ -1,4 +1,4 @@
  21. -#!/usr/bin/python2
  22. +#!/usr/bin/python
  23. import pyzor.client
  24. pyzor.client.run()
  25. diff -urN pyzor-0.4.0.orig/scripts/pyzord pyzor-0.4.0/scripts/pyzord
  26. --- pyzor-0.4.0.orig/scripts/pyzord 2002-09-07 23:33:44.000000000 -0400
  27. +++ pyzor-0.4.0/scripts/pyzord 2003-05-12 11:09:17.000000000 -0400
  28. @@ -1,4 +1,4 @@
  29. -#!/usr/bin/python2
  30. +#!/usr/bin/python
  31. import os
  32. import os.path