Skip to content

Commit

Permalink
Do not load ipython by default
Browse files Browse the repository at this point in the history
This does not change the spec, but makes any compilation 200ms faster.
  • Loading branch information
serge-sans-paille committed Mar 20, 2017
1 parent 5fa5d63 commit 1e6c7b3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pythran/__init__.py
Expand Up @@ -42,8 +42,3 @@
from pythran.spec import spec_parser
from pythran.dist import PythranExtension
from pythran.version import __version__

try:
import pythran.magic
except ImportError:
pass # ipython magic disabled

0 comments on commit 1e6c7b3

Please sign in to comment.