##// END OF EJS Templates
IPython/utils/_process_emscripten.py: Add file header
Matthias Koeppe -
Show More
@@ -1,3 +1,8 b''
1 """Emscripten-specific implementation of process utilities.
2
3 This file is only meant to be imported by process.py, not by end-users.
4 """
5
1 def system(cmd):
6 def system(cmd):
2 raise OSError("Not available")
7 raise OSError("Not available")
3
8
General Comments 0
You need to be logged in to leave comments. Login now