From c581408f028d5b8ceadc53c68d7c1252fbe09e6d Mon Sep 17 00:00:00 2001 From: rcoh Date: Wed, 22 Dec 2010 14:27:33 -0500 Subject: About halfway done with support for pixel regions. Modified the component registry a bit. Added support for multiple pixel mappers (and along with that, default components). RCOH --- inputs/PygameInput.py | 2 +- inputs/TCPInput.py | 1 - inputs/TCPInput_backup.py | 1 - inputs/UDPInput.py | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) (limited to 'inputs') diff --git a/inputs/PygameInput.py b/inputs/PygameInput.py index f69d0f5..6779a20 100644 --- a/inputs/PygameInput.py +++ b/inputs/PygameInput.py @@ -1,4 +1,4 @@ -import time, Util +import time import util.Strings as Strings from operationscore.Input import * import pygame diff --git a/inputs/TCPInput.py b/inputs/TCPInput.py index 9f62825..1517afa 100644 --- a/inputs/TCPInput.py +++ b/inputs/TCPInput.py @@ -1,4 +1,3 @@ -import Util import util.Strings as Strings from operationscore.Input import * import socket, json, time diff --git a/inputs/TCPInput_backup.py b/inputs/TCPInput_backup.py index 01b6a99..d2c4087 100644 --- a/inputs/TCPInput_backup.py +++ b/inputs/TCPInput_backup.py @@ -1,5 +1,4 @@ import SocketServer -import Util from operationscore.Input import * """ diff --git a/inputs/UDPInput.py b/inputs/UDPInput.py index 5b83792..7d5609e 100644 --- a/inputs/UDPInput.py +++ b/inputs/UDPInput.py @@ -1,4 +1,3 @@ -import Util from operationscore.Input import * import socket class UDPInput(Input): -- cgit v1.2.3