From: Lionel Date: Tue, 18 Nov 2014 14:28:10 +0000 (+0100) Subject: Minor syntax in comment of QueueReader object X-Git-Url: http://gitweb.enneade.fdn.org/?a=commitdiff_plain;h=cb81231b2dc8ed7d7a219eb559ee2998a3941ec6;p=pyowl.git Minor syntax in comment of QueueReader object --- diff --git a/cm160Server.py b/cm160Server.py index 31eaed2..dd3cc0e 100755 --- a/cm160Server.py +++ b/cm160Server.py @@ -588,7 +588,7 @@ class CM160: #*********************** QueueReader *************************** class QueueReader(Thread): - """This object is responsible for reading the queue (held in a CM160 object + """This object is responsible for reading the queue (held in a CM160 object) and writing the data to the log file in a format that is compatible with the C# based OWLServer""" def __init__ (self, queue, dataStore, uo):