mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-30 19:19:55 +00:00
Adjust first level indenting in ElementBase to prepare for cleanup.
This commit is contained in:
parent
b0fb205c16
commit
747001d33c
1 changed files with 250 additions and 250 deletions
|
@ -316,9 +316,9 @@ class ElementBase(object):
|
|||
def __repr__(self):
|
||||
return self.__str__()
|
||||
|
||||
#def __del__(self): #prevents garbage collection of reference cycle
|
||||
# if self.parent is not None:
|
||||
# self.parent.xml.remove(self.xml)
|
||||
#def __del__(self): #prevents garbage collection of reference cycle
|
||||
# if self.parent is not None:
|
||||
# self.parent.xml.remove(self.xml)
|
||||
|
||||
class StanzaBase(ElementBase):
|
||||
name = 'stanza'
|
||||
|
|
Loading…
Reference in a new issue