Skip to content

Commit

Permalink
ttest imports updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Sep 21, 2023
1 parent e9d306c commit 920708c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions com/win32comext/axdebug/Test/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
from win32com.client.util import Enumerator
from win32com.server.exception import Exception

from . import ttest


class ExternalConnection:
_public_methods_ = ["AddConnection", "ReleaseConnection"]
Expand Down Expand Up @@ -114,6 +112,7 @@ def NotifyChanged():


def TestSmartProvider():
import ttest
from win32com.axdebug import debugger

d = debugger.AXDebugger()
Expand Down
3 changes: 1 addition & 2 deletions com/win32comext/axdebug/codecontainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@ def GetName(self, dnt):


if __name__ == "__main__":
sys.path.append(".")
from .Test import ttest
from Test import ttest

sc = SourceModuleContainer(ttest)
# sc = SourceCodeContainer(open(sys.argv[1], "rb").read(), sys.argv[1])
Expand Down

0 comments on commit 920708c

Please sign in to comment.