Skip to content

Commit

Permalink
rename installed to instld in one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Sep 5, 2023
1 parent 1929883 commit dbe3e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instld/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

from installed.module.proxy_module import ProxyModule
from instld.module.proxy_module import ProxyModule


sys.modules[__name__].__class__ = ProxyModule
2 changes: 1 addition & 1 deletion tests/cli/data/main.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
raise ValueError
raise ValueError("message")

0 comments on commit dbe3e24

Please sign in to comment.