-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
I'm trying to make a Python program that works in both CPython and RapydScript. The code itself works in both, but it currently needs shlex. If I could catch ImportError, I would just wrap "import shlex" in a try-catch and use a custom shlex.split() if that failed, but "try: ... except ImportError: ..." appears to have no effect.
Metadata
Metadata
Assignees
Labels
No labels