From a6463edb682c304502acad0f2cc95d0a9f15e125 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 5 Dec 2000 18:15:14 +0000 Subject: Fix incompatability with python2.0 in one of the examples. --- graphics/py-opengl/files/patch-ae | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/py-opengl/files/patch-ae (limited to 'graphics/py-opengl/files') diff --git a/graphics/py-opengl/files/patch-ae b/graphics/py-opengl/files/patch-ae new file mode 100644 index 000000000000..2fa58b82abf2 --- /dev/null +++ b/graphics/py-opengl/files/patch-ae @@ -0,0 +1,11 @@ +--- py/Demo/dek/OglSurface/NumericPDB.py 2000/12/04 21:16:08 1.1 ++++ py/Demo/dek/OglSurface/NumericPDB.py 2000/12/04 21:16:33 +@@ -90,7 +90,7 @@ + z = string.atof(string.strip(line[47:54])) + + self.records.append(PDBRecord(type, anum, atom, residue, chain, rnum)) +- self.crds.append(x,y,z) ++ self.crds.append((x,y,z)) + + + self.crds = Numeric.array(self.crds) -- cgit v1.2.3