From cfeb62cf2d835581c1dcd10a9f1945add3b64db4 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 22 Oct 2012 23:53:26 +0200 Subject: semi gone --- meetingtools/ac/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meetingtools/ac/api.py b/meetingtools/ac/api.py index fece053..6f0d994 100644 --- a/meetingtools/ac/api.py +++ b/meetingtools/ac/api.py @@ -145,7 +145,7 @@ class ACPClient(): if r.is_error() and raise_error: raise r.exception() - return r; + return r def redirect_to(self,url): if self.session: -- cgit v1.1