rename type to format
[sfa.git] / sfa / rspecs / rspec_parser.py
index 6e1d65a..3d96860 100755 (executable)
@@ -26,10 +26,10 @@ if __name__ == '__main__':
     
     print "Parsing SFA RSpec:", 
     rspec = parse_rspec('nodes.rspec')
-    print rspec.type
+    print rspec.format
     rspec = parse_rspec('protogeni.rspec')
     print "Parsing ProtoGENI RSpec:", 
-    print rspec.type
+    print rspec.format