Replaced tabs with spaces

master
Per A Brodtkorb 8 years ago
parent e86768d48e
commit dbb58b39e7

@ -7,22 +7,22 @@
makepy_version = '0.5.00' makepy_version = '0.5.00'
python_version = 0x20602f0 python_version = 0x20602f0
import win32com.client.CLSIDToClass, pythoncom#, pywintypes import win32com.client.CLSIDToClass, pythoncom #, pywintypes
import win32com.client.util import win32com.client.util
from pywintypes import IID #@UnresolvedImport from pywintypes import IID # @UnresolvedImport
from win32com.client import Dispatch from win32com.client import Dispatch
# The following 3 lines may need tweaking for the particular server # The following 3 lines may need tweaking for the particular server
# Candidates are pythoncom.Missing, .Empty and .ArgNotFound # Candidates are pythoncom.Missing, .Empty and .ArgNotFound
defaultNamedOptArg=pythoncom.Empty #@UndefinedVariable defaultNamedOptArg=pythoncom.Empty # @UndefinedVariable
defaultNamedNotOptArg=pythoncom.Empty #@UndefinedVariable defaultNamedNotOptArg=pythoncom.Empty # @UndefinedVariable
defaultUnnamedArg=pythoncom.Empty #@UndefinedVariable defaultUnnamedArg=pythoncom.Empty # @UndefinedVariable
global_Missing = pythoncom.Missing #@UndefinedVariable global_Missing = pythoncom.Missing # @UndefinedVariable
global_IID_IDispatch = pythoncom.IID_IDispatch #@UndefinedVariable global_IID_IDispatch = pythoncom.IID_IDispatch #@UndefinedVariable
global_IID_IConnectionPointContainer = pythoncom.IID_IConnectionPointContainer #@UndefinedVariable global_IID_IConnectionPointContainer = pythoncom.IID_IConnectionPointContainer #@UndefinedVariable
global_com_error = pythoncom.com_error #@UndefinedVariable global_com_error = pythoncom.com_error #@UndefinedVariable
global_error = pythoncom.error #@UndefinedVariable global_error = pythoncom.error # @UndefinedVariable
CLSID = IID('{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}') CLSID = IID('{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}')
MajorVersion = 2 MajorVersion = 2

Loading…
Cancel
Save