-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
__main__.py does not seem to be used anywhere.
The entry point for ue4cli is actually in a different place:
Lines 35 to 37 in fed71c1
| entry_points = { | |
| 'console_scripts': ['ue4=ue4cli.cli:main'] | |
| } |
I'm also not able to use this file directly like a script, as it does not bootstrap the module:
# cwd is repo root directory
$ python ./ue4cli
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/kornel/Projects/ue4cli/./ue4cli/__main__.py", line 1, in <module>
from .cli import main
ImportError: attempted relative import with no known parent packageMaybe I'm not using it right?
Shall we fix this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels