Added a Password widget (new String.format) and minor GUI improvements.

This commit is contained in:
Gaetan Delannay 2009-11-25 20:37:22 +01:00
parent 253e61612d
commit b541ecb651
6 changed files with 23 additions and 14 deletions

View file

@ -91,7 +91,8 @@ class Converter:
raise ConverterError(CANNOT_WRITE_RESULT % (res, oe))
def connect(self):
'''Connects to OpenOffice'''
import socket
if os.name == 'nt':
import socket
import uno
from com.sun.star.connection import NoConnectException
try: