Show More
@@ -170,7 +170,7 b' class SeparateUnicode(Unicode):' | |||
|
170 | 170 | class DummyMod(object): |
|
171 | 171 | """A dummy module used for IPython's interactive module when |
|
172 | 172 | a namespace must be assigned to the module's __dict__.""" |
|
173 | pass | |
|
173 | __spec__ = None | |
|
174 | 174 | |
|
175 | 175 | |
|
176 | 176 | class ExecutionInfo(object): |
General Comments 0
You need to be logged in to leave comments.
Login now