summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/lasso.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/lasso.py b/python/lasso.py
index b9869cc2..77cd8d61 100644
--- a/python/lasso.py
+++ b/python/lasso.py
@@ -5,7 +5,7 @@
#
# PyLasso - Python bindings for Lasso Library
#
-# Copyright (C) 2003-2004 Easter-eggs, Valery Febvre
+# Copyright (C) 2004 Entr'ouvert
# http://lasso.entrouvert.org
#
# Author: Valery Febvre <vfebvre@easter-eggs.com>
@@ -70,7 +70,7 @@ class ErrorLassoNotInitialized(Error):
class ErrorInstanceCreationFailed(Error):
code = 3
- def __str__(self, functionName):
+ def __str__(self):
return 'Instance creation failed in Lasso function %s()' % self.functionName