<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1082,16 +1082,26 @@ class gtoContainer( gto.Reader ):
             writer.beginObject( objName, objProtocol, objProtocolVersion )
             for comp in obj.components():
                 compName = comp.name()
+                compInterp = comp.interp()
                 compFlags = comp.flags()
-                writer.beginComponent( compName, compFlags )
+                if compInterp:
+                    writer.beginComponent( compName, compInterp, compFlags )
+                else:
+                    writer.beginComponent( compName, compFlags )
                 for prop in comp.properties():
                     propName = prop.name()
                     propType = prop.type()
                     propSize = prop.size()
                     propWidth = prop.width()
-                    writer.property( propName, propType, propSize, propWidth )
+                    propInterp = prop.interp()
                     if propType == gto.STRING:
                         writer.intern( prop() )
+                    if propInterp:
+                        writer.property( propName, propType, propSize, 
+                                         propWidth, propInterp )
+                    else:
+                        writer.property( propName, propType, propSize, 
+                                         propWidth )
                 writer.endComponent()
             writer.endObject()
 </diff>
      <filename>python/gtoContainer/gtoContainer.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7e25e9b51644caf825741ec28489adbbd493182f</id>
    </parent>
  </parents>
  <author>
    <name>mike</name>
    <email>mike</email>
  </author>
  <url>http://github.com/jimhourihan/gto/commit/120dbf21bff1897372db2267b3dbfa5343d227b9</url>
  <id>120dbf21bff1897372db2267b3dbfa5343d227b9</id>
  <committed-date>2004-06-04T15:27:58-07:00</committed-date>
  <authored-date>2004-06-04T15:27:58-07:00</authored-date>
  <message>*** empty log message ***</message>
  <tree>dad77b82b104075df2febedce91bf5996f89fb03</tree>
  <committer>
    <name>mike</name>
    <email>mike</email>
  </committer>
</commit>
