##// END OF EJS Templates
Fixing small bug in import statement in clipboard.py.
Brian Granger -
Show More
@@ -4,7 +4,7 b''
4 import subprocess
4 import subprocess
5 import sys
5 import sys
6
6
7 from IPython.ipapi import TryNext
7 from IPython.core.ipapi import TryNext
8
8
9
9
10 def win32_clipboard_get():
10 def win32_clipboard_get():
General Comments 0
You need to be logged in to leave comments. Login now