##// END OF EJS Templates
add warning for remote import...
add warning for remote import remote import handle aliasing does not work, as told in the docs. This is kind of unexpected, as it worked locally, without any warning, resulting in asymmetric module handles.

File last commit:

r13348:e6afea51
r19793:29ad24c8
Show More
print_argv.py
3 lines | 69 B | text/x-python | PythonLexer
from __future__ import print_function
import sys
print(sys.argv[1:])