diff --git a/NIST/traditional/__init__.py b/NIST/traditional/__init__.py index b83dc0d6aae80552710624771073ddc2dc7eb242..cbcac309094350946fdce4af9432e113b6cc2662 100644 --- a/NIST/traditional/__init__.py +++ b/NIST/traditional/__init__.py @@ -188,10 +188,10 @@ class NIST( object ): elif isinstance( p, NIST ): for ntype in p.get_ntype(): - self.add_ntype(ntype) + self.add_ntype( ntype ) for idc in p.get_idc( ntype ): - self.add_idc(ntype, idc) + self.add_idc( ntype, idc ) for tagid in p.get_tagsid( ntype, idc ): self.set_field( ( ntype, tagid ), p.get_field( ( ntype, tagid ), idc ), idc )