Commit 7e1d8436 authored by Arnaud Legrand's avatar Arnaud Legrand

Fix typo

parent 57c09f88
......@@ -313,7 +313,7 @@ def print_imported_modules():
for name, val in sorted(sys.modules.items()):
if(hasattr(val, '__version__')):
print(val.__name__, val.__version__)
else
else:
print(val.__name__, "(unknown version)")
print("**** Package list in the beginning ****");
......@@ -321,7 +321,6 @@ print_imported_modules()
print("**** Package list after loading pandas ****");
import pandas
print_imported_modules()
#+end_src
#+RESULTS:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment