]> gitweb.maison.local Git - pyowl.git/commitdiff
Minor syntax in comment of QueueReader object
authorLionel <lionel@ra.enneade.fdn.org>
Tue, 18 Nov 2014 14:28:10 +0000 (15:28 +0100)
committerLionel <lionel@ra.enneade.fdn.org>
Tue, 18 Nov 2014 14:28:10 +0000 (15:28 +0100)
cm160Server.py

index 31eaed235df5c876932be4e439d22705adfdd5a1..dd3cc0e7e4d9e3eb737773ca9e556c6dca9b7aa2 100755 (executable)
@@ -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):