##// END OF EJS Templates
Fix of incorrect import statement
Jörgen Stenarson -
Show More
@@ -5,7 +5,7 b' import subprocess'
5 import sys
5 import sys
6
6
7 from IPython.core.error import TryNext
7 from IPython.core.error import TryNext
8 import IPython.lib.py3compat as py3compat
8 import IPython.utils.py3compat as py3compat
9
9
10 def win32_clipboard_get():
10 def win32_clipboard_get():
11 """ Get the current clipboard's text on Windows.
11 """ Get the current clipboard's text on Windows.
General Comments 0
You need to be logged in to leave comments. Login now