Revision: 8435
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8435&view=rev
Author:   efiring
Date:     2010-06-14 05:51:06 +0000 (Mon, 14 Jun 2010)

Log Message:
-----------
cutils.py: fix and clarify absolute imports, so I don't get confused next time

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/config/cutils.py

Modified: trunk/matplotlib/lib/matplotlib/config/cutils.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/config/cutils.py    2010-06-14 05:31:20 UTC 
(rev 8434)
+++ trunk/matplotlib/lib/matplotlib/config/cutils.py    2010-06-14 05:51:06 UTC 
(rev 8435)
@@ -8,9 +8,10 @@
 import tempfile
 import warnings
 
-# matplotlib imports
-from matplotlib.verbose import verbose
-from matplotlib.rcsetup import defaultParams
+# imports from local modules that duplicate
+#      functionality in matplotlib.__init__
+from matplotlib.config.verbose import verbose
+from matplotlib.config.rcsetup import defaultParams
 
 def is_string_like(obj):
     try: obj + ''


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

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to