summary refs log blame commit diff stats
path: root/doc/examples/plugin_new_macro.py
blob: 159a92f220c0544d7f685d0d78e965c2c938abe6 (plain) (tree)
1
2
ass="nn">ranger import main except ImportError: import sys if '-d' not in sys.argv and '--debug' not in sys.argv: print("Can't import the main module.") print("To run an uninstalled copy of ranger,") print("launch ranger.py in the top directory.") else: raise else: main()