From 60524bb39ed765393e2ec7c113569ade483deb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Thu, 13 Apr 2017 14:19:35 +0800 Subject: [PATCH] Changed the connect method to private. --- bin/obasync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/obasync b/bin/obasync index 4b3a8d5..fac2090 100755 --- a/bin/obasync +++ b/bin/obasync @@ -477,9 +477,9 @@ class Office: self.bootstrap_context = None self.service_manager = None self.desktop = None - self.connect() + self.__connect() - def connect(self): + def __connect(self): """Connect to the running OpenOffice/LibreOffice process. Run OpenOffice/LibreOffice in server listening mode if it is