summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rwxr-xr-xpython/generator_lasso_strings.py4
-rw-r--r--python/lasso.py2
-rw-r--r--python/lasso_strings.py2
-rwxr-xr-xpython/setup.py4
4 files changed, 6 insertions, 6 deletions
diff --git a/python/generator_lasso_strings.py b/python/generator_lasso_strings.py
index 5f1b2ee7..5cc430a6 100755
--- a/python/generator_lasso_strings.py
+++ b/python/generator_lasso_strings.py
@@ -6,7 +6,7 @@
# Automatic generation of lasso_strings.py with lasso/xml/strings.c
#
# Copyright (C) 2004 Entr'ouvert
-# http://lasso.labs.libre-entreprise.org
+# http://lasso.entrouvert.org
#
# Author: Valery Febvre <vfebvre@easter-eggs.com>
#
@@ -35,7 +35,7 @@ header = """# $%s$
# PyLasso - Python bindings for Lasso library
#
# Copyright (C) 2004 Entr'ouvert
-# http://lasso.labs.libre-entreprise.org
+# http://lasso.entrouvert.org
#
# Author: Valery Febvre <vfebvre@easter-eggs.com>
#
diff --git a/python/lasso.py b/python/lasso.py
index 8b2a238e..b61a0d96 100644
--- a/python/lasso.py
+++ b/python/lasso.py
@@ -6,7 +6,7 @@
# PyLasso - Python bindings for Lasso Library
#
# Copyright (C) 2003-2004 Easter-eggs, Valery Febvre
-# http://lasso.labs.libre-entreprise.org
+# http://lasso.entrouvert.org
#
# Author: Valery Febvre <vfebvre@easter-eggs.com>
#
diff --git a/python/lasso_strings.py b/python/lasso_strings.py
index fc2255f1..2f38b405 100644
--- a/python/lasso_strings.py
+++ b/python/lasso_strings.py
@@ -3,7 +3,7 @@
# PyLasso - Python bindings for Lasso library
#
# Copyright (C) 2004 Entr'ouvert
-# http://lasso.labs.libre-entreprise.org
+# http://lasso.entrouvert.org
#
# Author: Valery Febvre <vfebvre@easter-eggs.com>
#
diff --git a/python/setup.py b/python/setup.py
index fc2b0269..dd3a3798 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -6,7 +6,7 @@
# PyLasso - Python bindings for Lasso library
#
# Copyright (C) 2004 Entr'ouvert
-# http://lasso.labs.libre-entreprise.org
+# http://lasso.entrouvert.org
#
# Author: Valéry Febvre <vfebvre@easter-eggs.com>
#
@@ -240,7 +240,7 @@ setup(name = "pylasso",
author_email = "vfebvre@easter-eggs.com",
license = "GNU GPL",
platforms = ["any"],
- url = "http://lasso.labs.libre-entreprise.org",
+ url = "http://lasso.entrouvert.org",
ext_modules = [em],
py_modules = ["lasso", "lasso_strings"]
)