fixed indentation error

This commit is contained in:
Tom Nichols 2010-07-14 15:40:27 -04:00
parent be5688007b
commit 494e3ef449

View file

@ -250,7 +250,7 @@ class xep_0009(base.base_plugin):
def makeIqMethodError(self,pto,pid,pmethod,params,condition):
iq = self.self.makeMethodCallQuery(pto,pmethod,params)
iq.setValues({'id':pid,'type':'error'})
iq.setValues({'id':pid,'type':'error'})
iq.append(self.xmpp['xep_0086'].makeError(condition))
return iq