]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/tinyos/ncc/nesdoc-py/archive.py
made nesdoc be quiet for now... (DG will provide a -q switch)
[tinyos-2.x.git] / tools / tinyos / ncc / nesdoc-py / archive.py
index ea9cbff0506c6a669e6a9676938099cd3b84ef61..74b63689b7b18a20d4f90d37b2b192b75df9f63f 100644 (file)
@@ -215,7 +215,7 @@ for x in interfacedefs.getElementsByTagName("interfacedef"):
   filename = "interfaces/%s.xml" % nicename
   if preserve and os.path.exists(filename):
     continue
-  print "interface %s (%s)" % (name, nicename)
+  print "interface %s (%s)" % (name, nicename)
   doc = creator.createDocument(None, None, None)
   copy = x.cloneNode(True)
   doc.appendChild(copy)
@@ -234,7 +234,7 @@ for x in components.getElementsByTagName("component"):
     if preserve and os.path.exists(filename):
       continue
     
-    print "component %s (%s)" % (name, nicename)
+    print "component %s (%s)" % (name, nicename)
     doc = creator.createDocument(None, None, None)
     # copy component and create its specification
     copy = x.cloneNode(True)