Show More
@@ -121,9 +121,8 b' import traceback' | |||
|
121 | 121 | import types |
|
122 | 122 | import weakref |
|
123 | 123 | import gc |
|
124 | from importlib import import_module | |
|
124 | from importlib import import_module, reload | |
|
125 | 125 | from importlib.util import source_from_cache |
|
126 | from imp import reload | |
|
127 | 126 | |
|
128 | 127 | # ------------------------------------------------------------------------------ |
|
129 | 128 | # Autoreload functionality |
General Comments 0
You need to be logged in to leave comments.
Login now