Last active
November 13, 2019 06:01
-
-
Save purarue/1fdc5ca875ad2ba450e1595785e07ba9 to your computer and use it in GitHub Desktop.
use __doc__ as error string
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Install bext by doing this stuff | |
Linux | |
Mac | |
""" | |
import sys, random, time | |
try: | |
import bext | |
except ImportError: | |
print(__doc__) | |
sys.exit(1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment