Skip to content

Commit

Permalink
tools.codegenerator subdirectory package part 2 (#547)
Browse files Browse the repository at this point in the history
* remove duplicated `CodeGenerator` from `helpers`

* remove unused stuffs in `helpers`

* move `typeannotator` into `codegenerator` package

* add `"comtypes.tools.codegenerator"` to `packages` in `setup.py`
  • Loading branch information
junkmd authored May 22, 2024
1 parent e9e620a commit 825349d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1,005 deletions.
3 changes: 2 additions & 1 deletion comtypes/tools/codegenerator/codegenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import comtypes
from comtypes import typeinfo
from comtypes.tools import tlbparser, typedesc, typeannotator
from comtypes.tools import tlbparser, typedesc
from comtypes.tools.codegenerator.helpers import (
get_real_type,
ASSUME_STRINGS,
Expand All @@ -28,6 +28,7 @@
DeclaredNamespaces,
EnumerationNamespaces,
)
from comtypes.tools.codegenerator import typeannotator


version = comtypes.__version__
Expand Down
Loading

0 comments on commit 825349d

Please sign in to comment.