Changeset - 2a5d1585e748
[Not reviewed]
default
0 3 0
Laman - 8 years ago 2017-02-05 20:50:59

getting rid of last CRLF files
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/sgfParser/collection.py
Show inline comments
 
from sgfParser.node import Node
 
from .node import Node
 
from . import skipWhitespace, ParserError
 
 
 
class Collection:
 
	def __init__(self,s):
 
		self.gameTrees=[]
0 comments (0 inline, 0 general)