2023-06-06 11:20:55 +00:00
|
|
|
Index: maxima-5.47.0/share/draw/vtk.lisp
|
2020-01-30 07:00:45 +00:00
|
|
|
===================================================================
|
2023-06-06 11:20:55 +00:00
|
|
|
--- maxima-5.47.0.orig/share/draw/vtk.lisp
|
|
|
|
|
+++ maxima-5.47.0/share/draw/vtk.lisp
|
2022-05-10 21:09:17 +00:00
|
|
|
@@ -3113,7 +3113,7 @@
|
2020-01-30 07:00:45 +00:00
|
|
|
|
2023-06-06 11:20:55 +00:00
|
|
|
;; pull in required packages
|
2020-01-30 07:00:45 +00:00
|
|
|
(format cmdstorage "~a~%~a~%~%~a~%~a~%~%~a~%~%"
|
|
|
|
|
- "#!/usr/bin/env python"
|
|
|
|
|
+ "#!/usr/bin/python3"
|
|
|
|
|
"# -*- coding: UTF-8 -*-"
|
|
|
|
|
"import vtk"
|
|
|
|
|
"import sys"
|