Subversion Repositories programming

Rev

Rev 181 | Rev 366 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 181 Rev 184
Line 58... Line 58...
58
    def split_lines(self, lines):
58
    def split_lines(self, lines):
59
 
59
 
60
        result = []
60
        result = []
61
 
61
 
62
        for l in lines:
62
        for l in lines:
-
 
63
            l = l.strip()
-
 
64
 
63
            if len(l) > 0:
65
            if len(l) > 0:
64
                if l[0] == '#':
66
                if l[0] == '#':
65
                    continue
67
                    continue
66
 
68
 
67
                try:
69
                try: