summaryrefslogtreecommitdiff
path: root/Examples/python/reference/example.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/python/reference/example.i')
-rw-r--r--Examples/python/reference/example.i6
1 files changed, 1 insertions, 5 deletions
diff --git a/Examples/python/reference/example.i b/Examples/python/reference/example.i
index 8c95b3213..8af8397ec 100644
--- a/Examples/python/reference/example.i
+++ b/Examples/python/reference/example.i
@@ -31,7 +31,7 @@ public:
VectorArray(int maxsize);
~VectorArray();
int size();
-
+
/* This wrapper provides an alternative to the [] operator */
%extend {
Vector &get(int index) {
@@ -42,7 +42,3 @@ public:
}
}
};
-
-
-
-