Changeset 66795cf0


Ignore:
Timestamp:
Apr 13, 2012 6:07:49 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, master
Children:
9c3e77f
Parents:
4d68ba6
Message:

Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/deter/topdl.py

    r4d68ba6 r66795cf0  
    596596        return Testbed(self.uri, self.type,
    597597                interface=[i.clone() for i in self.interface],
    598                 attribute=[a.cone() for a in self.attribute],
     598                attribute=[a.clone() for a in self.attribute],
    599599                localname = [ ln for ln in self.localname ],
    600600                status=self.status,
Note: See TracChangeset for help on using the changeset viewer.