Skip to content

Commit

Permalink
Resolved issue #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
justparking committed May 30, 2014
1 parent ea297dd commit 2e09def
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .gitattributes

This file was deleted.

3 changes: 0 additions & 3 deletions crlf.py

This file was deleted.

3 changes: 0 additions & 3 deletions crlf.txt

This file was deleted.

5 changes: 5 additions & 0 deletions recipes/adamio/script.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) 2014 Museum Victoria
# This software is released under the MIT license (see license.txt for details)

'''This is ADAM IO node.'''

from pymodbus.client.sync import ModbusTcpClient
import threading
import atexit
Expand Down
2 changes: 1 addition & 1 deletion recipes/apc/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014 Museum Victoria
# Copyright (c) 2014 Museum Victoria
# This software is released under the MIT license (see license.txt for details)

'''This is an APC controller node'''
Expand Down
2 changes: 1 addition & 1 deletion recipes/apcqueue/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014 Museum Victoria
# Copyright (c) 2014 Museum Victoria
# This software is released under the MIT license (see license.txt for details)

'''This is an APC command queueing node'''
Expand Down
2 changes: 1 addition & 1 deletion recipes/apcsnmp/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014 Museum Victoria
# Copyright (c) 2014 Museum Victoria
# This software is released under the MIT license (see license.txt for details)

'''This is an APC controller node'''
Expand Down
2 changes: 1 addition & 1 deletion recipes/gen2showcontrol/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014 Museum Victoria
# Copyright (c) 2014 Museum Victoria
# This software is released under the MIT license (see license.txt for details)

'''PIVoD MVMS Gen II Show Control Lite Node'''
Expand Down
2 changes: 1 addition & 1 deletion recipes/iboot/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014 Museum Victoria
# Copyright (c) 2014 Museum Victoria
# This software is released under the MIT license (see license.txt for details)

'''iBoot Node'''
Expand Down
2 changes: 1 addition & 1 deletion recipes/iboot_legacy/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014 Museum Victoria
# Copyright (c) 2014 Museum Victoria
# This software is released under the MIT license (see license.txt for details)

import socket
Expand Down
2 changes: 1 addition & 1 deletion recipes/kramer_vp433/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014 Museum Victoria
# Copyright (c) 2014 Museum Victoria
# This software is released under the MIT license (see license.txt for details)

'''This node controls input switching on a Kramer VP-433'''
Expand Down
2 changes: 1 addition & 1 deletion recipes/pd/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014 Museum Victoria
# Copyright (c) 2014 Museum Victoria
# This software is released under the MIT license (see license.txt for details)

'''This node demonstrates a simple projetion designs controller.'''
Expand Down
2 changes: 1 addition & 1 deletion recipes/pjlinkqueue/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014 Museum Victoria
# Copyright (c) 2014 Museum Victoria
# This software is released under the MIT license (see license.txt for details)

from Queue import *
Expand Down
2 changes: 1 addition & 1 deletion recipes/tcp/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014 Museum Victoria
# Copyright (c) 2014 Museum Victoria
# This software is released under the MIT license (see license.txt for details)

'''This node demonstrates a simple tcp controller.'''
Expand Down
2 changes: 1 addition & 1 deletion recipes/udp/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014 Museum Victoria
# Copyright (c) 2014 Museum Victoria
# This software is released under the MIT license (see license.txt for details)

'''This node demonstrates a simple udp controller.'''
Expand Down
2 changes: 1 addition & 1 deletion recipes/wol/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014 Museum Victoria
# Copyright (c) 2014 Museum Victoria
# This software is released under the MIT license (see license.txt for details)

'''This node demonstrates a simple PyNode.'''
Expand Down

0 comments on commit 2e09def

Please sign in to comment.