sightmachine / SimpleCV

The Open Source Framework for Machine Vision
http://simplecv.org
BSD 3-Clause "New" or "Revised" License
2.68k stars 798 forks source link

Removed dependency on "frontend" module(depreceated) for ipython ver>1.0 #582

Open bendtherules opened 10 years ago

bendtherules commented 10 years ago

From ipython 1.0 changelog ( http://ipython.org/ipython-doc/rel-1.0.0/whatsnew/version1.0.html ):

We have removed the frontend subpackage, as it caused unnecessary depth. So what was IPython.frontend.qt is now IPython.qt, and so on.