Show More
@@ -9,6 +9,8 b' from IPython.core import ipapi' | |||
|
9 | 9 | from IPython.core.error import TryNext |
|
10 | 10 | ip = ipapi.get() |
|
11 | 11 | |
|
12 | # We no longer bundle Itpl. If you update this module, you should use advanced | |
|
13 | # string formatting instead. | |
|
12 | 14 | from IPython.external.Itpl import itplns |
|
13 | 15 | import os |
|
14 | 16 | |
@@ -86,4 +88,4 b" def kate(exe = 'kate'):" | |||
|
86 | 88 | install_editor(exe + ' -u -l $line "$file"') |
|
87 | 89 | |
|
88 | 90 | |
|
89 | No newline at end of file | |
|
91 |
@@ -7,6 +7,8 b' ip = ipapi.get()' | |||
|
7 | 7 | from string import Template |
|
8 | 8 | import sys,os |
|
9 | 9 | |
|
10 | # We no longer bundle Itpl. If you update this module, you should use advanced | |
|
11 | # string formatting instead. | |
|
10 | 12 | from IPython.external.Itpl import itplns |
|
11 | 13 | |
|
12 | 14 | def toclip_w32(s): |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now