summaryrefslogtreecommitdiff
path: root/graphics/asymptote/aspy.py
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-21 03:00:45 +0000
committerNorbert Preining <norbert@preining.info>2019-10-21 03:00:45 +0000
commit7da4243862494d1fc7478956362f4da6d80f4f7e (patch)
tree30922972d98c2056ecbed0a1c43b3b3a3758bf58 /graphics/asymptote/aspy.py
parent8fa38617045e3aa88b163fdc2fd683d72559b6d5 (diff)
CTAN sync 201910210300
Diffstat (limited to 'graphics/asymptote/aspy.py')
-rw-r--r--graphics/asymptote/aspy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/asymptote/aspy.py b/graphics/asymptote/aspy.py
index 6b3fb3ec2e..6c657c7bde 100644
--- a/graphics/asymptote/aspy.py
+++ b/graphics/asymptote/aspy.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
#####
#
# aspy.py
@@ -339,7 +340,7 @@ def DatumFromCallable(f):
return DatumFromHandle(h)
-print "version", policy.contents.version
+print ("version", policy.contents.version)
state = State(baseState)