Changeset 37

Show
Ignore:
Timestamp:
Thu Jun 16 07:57:55 2005
Author:
fredrikc
Message:

Added so dom node of seg is saved in seg class

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/transolution/tmx/__init__.py

    r35 r37  
    186 186 class tmxSeg:  
    187 187     def __init__(self,doc = None):  
    188           self.data = ''  
      188         self.data = ''  
      189         self.node = doc  
    189 190         if doc.nodeName == u'seg':  
    190 191             doc.normalize()