##// END OF EJS Templates
add missing sys import
MinRK -
Show More
@@ -89,6 +89,16 b''
89 89 "cell_type": "code",
90 90 "collapsed": false,
91 91 "input": [
92 "with dv.sync_imports():",
93 " import sys"
94 ],
95 "language": "python",
96 "outputs": []
97 },
98 {
99 "cell_type": "code",
100 "collapsed": false,
101 "input": [
92 102 "%px print >> sys.stderr, \"ERROR\""
93 103 ],
94 104 "language": "python",
General Comments 0
You need to be logged in to leave comments. Login now