Skip to content

Commit

Permalink
Change links to new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jul 12, 2015
1 parent 2828e7a commit 7e45bb2
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion src/automate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/automate/actuators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
2 changes: 1 addition & 1 deletion src/automate/actuators/builtin_actuators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/automate/callable.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/automate/callables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
2 changes: 1 addition & 1 deletion src/automate/callables/builtin_callables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/automate/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/automate/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/automate/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/automate/sensors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
2 changes: 1 addition & 1 deletion src/automate/sensors/builtin_sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/automate/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/automate/services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/automate/services/logstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/automate/services/plantumlserv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/automate/services/statussaver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/automate/services/textui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/automate/statusobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/automate/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/automate/systemobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/automate/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion src/automate/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/automate/traits_fixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/automate/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_actuator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/test_automate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/test_callables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/test_sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e45bb2

Please sign in to comment.