initial checkin
[sfa.git] / sfa / util / specdict.py
index 5960887..2138e87 100644 (file)
@@ -10,9 +10,6 @@
 # SpecDict.plc_fields defines a one to one mapping of plc attribute to rspec 
 # attribute
 
-### $Id$
-### $URL$
-
 from types import StringTypes, ListType
 
 class SpecDict(dict):
@@ -120,7 +117,7 @@ class NetSpecDict(SpecDict):
                   'nodes': 'nodes',
                   'links': 'links'}
 
-class RspecDict(SpecDict):
+class RSpecDict(SpecDict):
     type = 'RSpec'
     fields = {'start_time': '',
               'duration': '',