third article
Posted by Joe Bloggs in Another Category
Here I am practing adding code blocks and line
Practice Adding Code Blocks
def __openMSProjectFile(self):
"""load MS Project File and create reference to MS Project File object"""
msp = win32com.client.Dispatch("MSProject.Application")
msp.FileOpen(self.pathToMSProject)
self.project = msp.ActiveProject
return
Text in third article
Here is a list
- My line 1
- My Line 2
- line3
- Line4
- numbered 1
- number 2
- number 3
Comments