diff --git a/src/automate/__init__.py b/src/automate/__init__.py index 3247bb8..8691444 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import absolute_import from __future__ import unicode_literals diff --git a/src/automate/actuators/__init__.py b/src/automate/actuators/__init__.py index b284b40..1326fb0 100644 --- a/src/automate/actuators/__init__.py +++ b/src/automate/actuators/__init__.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import unicode_literals from .builtin_actuators import * diff --git a/src/automate/actuators/builtin_actuators.py b/src/automate/actuators/builtin_actuators.py index 23aca21..50a607e 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ """ Module for builtin Actuator classes diff --git a/src/automate/callable.py b/src/automate/callable.py index 3c1d829..9237c7c 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import unicode_literals from past.builtins import basestring diff --git a/src/automate/callables/__init__.py b/src/automate/callables/__init__.py index 22466a8..8edc965 100644 --- a/src/automate/callables/__init__.py +++ b/src/automate/callables/__init__.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import unicode_literals from .builtin_callables import * diff --git a/src/automate/callables/builtin_callables.py b/src/automate/callables/builtin_callables.py index f23df19..f9c48b3 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import unicode_literals from builtins import bytes diff --git a/src/automate/common.py b/src/automate/common.py index c59acd6..fe60d35 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import absolute_import from __future__ import unicode_literals diff --git a/src/automate/namespace.py b/src/automate/namespace.py index 88fc691..91171e9 100644 --- a/src/automate/namespace.py +++ b/src/automate/namespace.py @@ -20,7 +20,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://python-automate.org/gospel/ +# http://evankelista.net/automate/ from automate.systemobject import SystemObject from automate.common import Group diff --git a/src/automate/program.py b/src/automate/program.py index 73375fc..ed8ed4b 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import absolute_import from __future__ import unicode_literals diff --git a/src/automate/sensors/__init__.py b/src/automate/sensors/__init__.py index bce7c9a..5fb3dba 100644 --- a/src/automate/sensors/__init__.py +++ b/src/automate/sensors/__init__.py @@ -19,7 +19,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import unicode_literals from .builtin_sensors import * diff --git a/src/automate/sensors/builtin_sensors.py b/src/automate/sensors/builtin_sensors.py index 3bbfd73..bdbe91b 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ """ Module for various Sensor classes. diff --git a/src/automate/service.py b/src/automate/service.py index f096478..b967541 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import unicode_literals import logging diff --git a/src/automate/services/__init__.py b/src/automate/services/__init__.py index fe02f35..6b58a71 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import unicode_literals from .logstore import LogStoreService diff --git a/src/automate/services/logstore.py b/src/automate/services/logstore.py index 903fdd7..c2aae0b 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import unicode_literals import logging diff --git a/src/automate/services/plantumlserv.py b/src/automate/services/plantumlserv.py index c36674f..be28755 100644 --- a/src/automate/services/plantumlserv.py +++ b/src/automate/services/plantumlserv.py @@ -22,7 +22,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://python-automate.org/gospel/ +# http://evankelista.net/automate/ import io diff --git a/src/automate/services/statussaver.py b/src/automate/services/statussaver.py index 383ee8e..a7a9a60 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import unicode_literals from threading import Timer diff --git a/src/automate/services/textui.py b/src/automate/services/textui.py index 0dd4e59..75a92aa 100644 --- a/src/automate/services/textui.py +++ b/src/automate/services/textui.py @@ -21,7 +21,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://python-automate.org/gospel/ +# http://evankelista.net/automate/ from automate.common import ExitException from automate.service import AbstractUserService diff --git a/src/automate/statusobject.py b/src/automate/statusobject.py index 41fed32..e79010b 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import absolute_import from __future__ import unicode_literals diff --git a/src/automate/system.py b/src/automate/system.py index ee9d3a4..bb97dc5 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import print_function from __future__ import absolute_import diff --git a/src/automate/systemobject.py b/src/automate/systemobject.py index 33e691d..5ccd21f 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import absolute_import from __future__ import unicode_literals diff --git a/src/automate/test_utils.py b/src/automate/test_utils.py index 989c845..d51cc17 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import unicode_literals import logging diff --git a/src/automate/tools.py b/src/automate/tools.py index 23dda4b..ceae6b2 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import unicode_literals from traits.api import CUnicode, Unicode diff --git a/src/automate/traits_fixes.py b/src/automate/traits_fixes.py index 12f254f..ba43668 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ """ 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 cbb9d33..6da8ee2 100644 --- a/src/automate/worker.py +++ b/src/automate/worker.py @@ -23,7 +23,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://python-automate.org/gospel/ +# http://evankelista.net/automate/ import queue import logging diff --git a/tests/test_actuator.py b/tests/test_actuator.py index f265aa9..d42ef2e 100644 --- a/tests/test_actuator.py +++ b/tests/test_actuator.py @@ -21,7 +21,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://python-automate.org/gospel/ +# http://evankelista.net/automate/ from collections import deque diff --git a/tests/test_automate.py b/tests/test_automate.py index 24e8029..f6ea217 100644 --- a/tests/test_automate.py +++ b/tests/test_automate.py @@ -21,7 +21,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://python-automate.org/gospel/ +# http://evankelista.net/automate/ import pytest diff --git a/tests/test_callables.py b/tests/test_callables.py index 70102c1..39d6856 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://python-automate.org/gospel/ +# http://evankelista.net/automate/ from __future__ import unicode_literals from __future__ import print_function diff --git a/tests/test_program.py b/tests/test_program.py index 7b27793..177a086 100644 --- a/tests/test_program.py +++ b/tests/test_program.py @@ -21,7 +21,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://python-automate.org/gospel/ +# http://evankelista.net/automate/ import pytest diff --git a/tests/test_sensors.py b/tests/test_sensors.py index 1986f3a..ae8d881 100644 --- a/tests/test_sensors.py +++ b/tests/test_sensors.py @@ -20,7 +20,7 @@ # ------------------------------------------------------------------ # # If you like Automate, please take a look at this page: -# http://python-automate.org/gospel/ +# http://evankelista.net/automate/ from automate import * import pytest, mock