diff options
Diffstat (limited to 'contrib/python/ipython/py3/IPython/lib/clipboard.py')
| -rw-r--r-- | contrib/python/ipython/py3/IPython/lib/clipboard.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/ipython/py3/IPython/lib/clipboard.py b/contrib/python/ipython/py3/IPython/lib/clipboard.py index 1d691a7ea63..e0bf80b0755 100644 --- a/contrib/python/ipython/py3/IPython/lib/clipboard.py +++ b/contrib/python/ipython/py3/IPython/lib/clipboard.py @@ -1,5 +1,6 @@ """ Utilities for accessing the platform's clipboard. """ + import os import subprocess |
