From 7e45bb230ee51db898b188ddc87e127714833c7d Mon Sep 17 00:00:00 2001 From: Tuomas Airaksinen Date: Sun, 12 Jul 2015 23:01:11 +0300 Subject: [PATCH] Change links to new domain --- src/automate/__init__.py | 2 +- src/automate/actuators/__init__.py | 2 +- src/automate/actuators/builtin_actuators.py | 2 +- src/automate/callable.py | 2 +- src/automate/callables/__init__.py | 2 +- src/automate/callables/builtin_callables.py | 2 +- src/automate/common.py | 2 +- src/automate/namespace.py | 2 +- src/automate/program.py | 2 +- src/automate/sensors/__init__.py | 2 +- src/automate/sensors/builtin_sensors.py | 2 +- src/automate/service.py | 2 +- src/automate/services/__init__.py | 2 +- src/automate/services/logstore.py | 2 +- src/automate/services/plantumlserv.py | 2 +- src/automate/services/statussaver.py | 2 +- src/automate/services/textui.py | 2 +- src/automate/statusobject.py | 2 +- src/automate/system.py | 2 +- src/automate/systemobject.py | 2 +- src/automate/test_utils.py | 2 +- src/automate/tools.py | 2 +- src/automate/traits_fixes.py | 2 +- src/automate/worker.py | 2 +- tests/test_actuator.py | 2 +- tests/test_automate.py | 2 +- tests/test_callables.py | 2 +- tests/test_program.py | 2 +- tests/test_sensors.py | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/automate/__init__.py b/src/automate/__init__.py index e09f2d7..3897d0d 100644 --- a/src/automate/__init__.py +++ b/src/automate/__init__.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ __author__ = "Tuomas Airaksinen" __copyright__ = "Copyright 2015, Tuomas Airaksinen" diff --git a/src/automate/actuators/__init__.py b/src/automate/actuators/__init__.py index fe1c72c..96ebd81 100644 --- a/src/automate/actuators/__init__.py +++ b/src/automate/actuators/__init__.py @@ -19,6 +19,6 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ from .builtin_actuators import * diff --git a/src/automate/actuators/builtin_actuators.py b/src/automate/actuators/builtin_actuators.py index da2fdfc..6786bbb 100644 --- a/src/automate/actuators/builtin_actuators.py +++ b/src/automate/actuators/builtin_actuators.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ """ Module for builtin Actuator classes diff --git a/src/automate/callable.py b/src/automate/callable.py index 44acd71..e0e7bfb 100644 --- a/src/automate/callable.py +++ b/src/automate/callable.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import re from traits.api import cached_property, on_trait_change, CList, Dict, Instance, Set, Event, Property diff --git a/src/automate/callables/__init__.py b/src/automate/callables/__init__.py index 7cd1ba1..049504b 100644 --- a/src/automate/callables/__init__.py +++ b/src/automate/callables/__init__.py @@ -19,6 +19,6 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ from .builtin_callables import * diff --git a/src/automate/callables/builtin_callables.py b/src/automate/callables/builtin_callables.py index 6c0229b..66aa0dc 100644 --- a/src/automate/callables/builtin_callables.py +++ b/src/automate/callables/builtin_callables.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import re import threading diff --git a/src/automate/common.py b/src/automate/common.py index e864eef..a9aa3c3 100644 --- a/src/automate/common.py +++ b/src/automate/common.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ from copy import copy import logging diff --git a/src/automate/namespace.py b/src/automate/namespace.py index 7a80b25..5b53b0b 100644 --- a/src/automate/namespace.py +++ b/src/automate/namespace.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ from automate.systemobject import SystemObject from automate.common import Group diff --git a/src/automate/program.py b/src/automate/program.py index 1343087..ec563bc 100644 --- a/src/automate/program.py +++ b/src/automate/program.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import logging diff --git a/src/automate/sensors/__init__.py b/src/automate/sensors/__init__.py index 6d26ff5..c6adb75 100644 --- a/src/automate/sensors/__init__.py +++ b/src/automate/sensors/__init__.py @@ -19,6 +19,6 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ from .builtin_sensors import * diff --git a/src/automate/sensors/builtin_sensors.py b/src/automate/sensors/builtin_sensors.py index 383a54e..a799af4 100644 --- a/src/automate/sensors/builtin_sensors.py +++ b/src/automate/sensors/builtin_sensors.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ """ Module for various Sensor classes. diff --git a/src/automate/service.py b/src/automate/service.py index c376890..d634799 100644 --- a/src/automate/service.py +++ b/src/automate/service.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import logging diff --git a/src/automate/services/__init__.py b/src/automate/services/__init__.py index a79163e..f31b35c 100644 --- a/src/automate/services/__init__.py +++ b/src/automate/services/__init__.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ from .logstore import LogStoreService from .statussaver import StatusSaverService diff --git a/src/automate/services/logstore.py b/src/automate/services/logstore.py index caac41a..9dd083d 100644 --- a/src/automate/services/logstore.py +++ b/src/automate/services/logstore.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import logging import logging.handlers diff --git a/src/automate/services/plantumlserv.py b/src/automate/services/plantumlserv.py index daa5374..ec4b5ee 100644 --- a/src/automate/services/plantumlserv.py +++ b/src/automate/services/plantumlserv.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import cStringIO diff --git a/src/automate/services/statussaver.py b/src/automate/services/statussaver.py index 85b8d73..f71214d 100644 --- a/src/automate/services/statussaver.py +++ b/src/automate/services/statussaver.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ from threading import Timer diff --git a/src/automate/services/textui.py b/src/automate/services/textui.py index c713853..b6b674f 100644 --- a/src/automate/services/textui.py +++ b/src/automate/services/textui.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ from automate.common import ExitException from automate.service import AbstractUserService diff --git a/src/automate/statusobject.py b/src/automate/statusobject.py index ba79e68..70fabf8 100644 --- a/src/automate/statusobject.py +++ b/src/automate/statusobject.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import logging import operator diff --git a/src/automate/system.py b/src/automate/system.py index 9af514d..2bf3749 100644 --- a/src/automate/system.py +++ b/src/automate/system.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import threading import operator diff --git a/src/automate/systemobject.py b/src/automate/systemobject.py index ce3bb4f..2c55ac0 100644 --- a/src/automate/systemobject.py +++ b/src/automate/systemobject.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import logging from traits.has_traits import HasStrictTraits, cached_property diff --git a/src/automate/test_utils.py b/src/automate/test_utils.py index 9dc4ef8..dbe3973 100644 --- a/src/automate/test_utils.py +++ b/src/automate/test_utils.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import logging logger = logging.getLogger('automate') diff --git a/src/automate/tools.py b/src/automate/tools.py index 00c9155..8358151 100644 --- a/src/automate/tools.py +++ b/src/automate/tools.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ from traits.api import CUnicode, Unicode from automate.common import threaded diff --git a/src/automate/traits_fixes.py b/src/automate/traits_fixes.py index 0e215ad..b371771 100644 --- a/src/automate/traits_fixes.py +++ b/src/automate/traits_fixes.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ """ Apply two fixeds to traits 4.5.0 that are necessary in order to Automate to function. diff --git a/src/automate/worker.py b/src/automate/worker.py index 1bf3f7c..252317e 100644 --- a/src/automate/worker.py +++ b/src/automate/worker.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import Queue import logging diff --git a/tests/test_actuator.py b/tests/test_actuator.py index 06c67be..9d0e4e7 100644 --- a/tests/test_actuator.py +++ b/tests/test_actuator.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ from collections import deque diff --git a/tests/test_automate.py b/tests/test_automate.py index 7ad8df2..0253b3a 100644 --- a/tests/test_automate.py +++ b/tests/test_automate.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import pytest diff --git a/tests/test_callables.py b/tests/test_callables.py index 62b31bb..392637f 100644 --- a/tests/test_callables.py +++ b/tests/test_callables.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import pytest import mock diff --git a/tests/test_program.py b/tests/test_program.py index 09ddd8a..5668ab3 100644 --- a/tests/test_program.py +++ b/tests/test_program.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ import pytest diff --git a/tests/test_sensors.py b/tests/test_sensors.py index 8464a92..a2cf4fa 100644 --- a/tests/test_sensors.py +++ b/tests/test_sensors.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://tuomasairaksinen.fi/automate/gospel/ +# http://python-automate.org/gospel/ from automate import * import pytest, mock