Skip to content

Commit

Permalink
Fix missing activex
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Nov 1, 2023
1 parent cd3026c commit 130c0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pythonwin/pywin/Demos/ocx/msoffice.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import win32con
import win32ui
import win32uiole
from pywin.mfc import docview, object, window
from pywin.mfc import activex, docview, object, window
from win32com.client import gencache


Expand Down

0 comments on commit 130c0da

Please sign in to comment.