changeset 67:c582522d2dcc

Add a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 12 Jul 2016 01:01:10 +0300
parents b08d159e35c7
children 42b6acc5988e
files multimerge.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/multimerge.py	Mon Jul 11 18:40:17 2016 +0300
+++ b/multimerge.py	Tue Jul 12 01:01:10 2016 +0300
@@ -138,6 +138,9 @@
     return True
 
 
+###
+### Class for parsing and manipulating RGB colors
+###
 class GCMColor():
     def __init__(self, src = None):
         if src == None: