Skip to content

Commit

Permalink
Clear expns when setting a prefix.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.fedorahosted.org/svn/suds/trunk@709 0b8c961e-115e-4cb0-8d11-a7d6dae58e8c
  • Loading branch information
jortel committed Aug 12, 2011
1 parent a47bcdb commit 8c908e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suds/sax/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def setPrefix(self, p, u=None):
"""
self.prefix = p
if p is not None and u is not None:
self.expns = None
self.addPrefix(p, u)
return self

Expand Down

0 comments on commit 8c908e0

Please sign in to comment.