[pywin32-checkins] pywin32/com/win32comext/taskscheduler __init__.py,NONE,1.1
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2004-04-10 05:32:06
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/taskscheduler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30440/win32comext/taskscheduler Added Files: __init__.py Log Message: Add a module for the TaskScheduler interfaces - from Roger Upole --- NEW FILE: __init__.py --- # This is a python package # __PackageSupportBuildPath__ not needed for distutil based builds, # but not everyone is there yet. import win32com win32com.__PackageSupportBuildPath__(__path__) |