From 18af1394a8b732d94b48b8f13e78cfcae3e45a6e Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Fri, 15 May 2015 10:40:17 +0200 Subject: Move Class-Level variables to the Instances I should really learn python… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- voctocore/lib/avrawoutput.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'voctocore/lib/avrawoutput.py') diff --git a/voctocore/lib/avrawoutput.py b/voctocore/lib/avrawoutput.py index 69c90a2..3c7d739 100644 --- a/voctocore/lib/avrawoutput.py +++ b/voctocore/lib/avrawoutput.py @@ -6,13 +6,6 @@ from lib.config import Config from lib.tcpmulticonnection import TCPMultiConnection class AVRawOutput(TCPMultiConnection): - log = logging.getLogger('AVRawOutput') - - name = None - caps = None - - receiverPipeline = None - def __init__(self, channel, port): self.log = logging.getLogger('AVRawOutput['+channel+']') super().__init__(port) -- cgit v1.2.3