Revision: 5825
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5825&view=rev
Author:   jdh2358
Date:     2008-07-23 17:09:15 +0000 (Wed, 23 Jul 2008)

Log Message:
-----------
restored interactive_bk var to backends init -- ipython shell uses it

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/backends/__init__.py

Modified: trunk/matplotlib/lib/matplotlib/backends/__init__.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/__init__.py        2008-07-23 
14:18:41 UTC (rev 5824)
+++ trunk/matplotlib/lib/matplotlib/backends/__init__.py        2008-07-23 
17:09:15 UTC (rev 5825)
@@ -1,6 +1,8 @@
 
 import matplotlib
 
+# ipython relies on interactive_bk being defined here
+from matplotlib.rcsetup import interactive_bk
 
 __all__ = ['backend','show','draw_if_interactive',
            'new_figure_manager', 'backend_version']


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to