<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Customizing the Python Import System</title>
	<atom:link href="http://blog.dowski.com/2008/07/31/customizing-the-python-import-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dowski.com/2008/07/31/customizing-the-python-import-system/</link>
	<description>Unfortunately, Christian had a Thwart, and the Magpie stayed in play.</description>
	<pubDate>Thu, 11 Mar 2010 17:52:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: christian</title>
		<link>http://blog.dowski.com/2008/07/31/customizing-the-python-import-system/comment-page-1/#comment-112101</link>
		<dc:creator>christian</dc:creator>
		<pubDate>Sun, 10 Aug 2008 19:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dowski.com/?p=237#comment-112101</guid>
		<description>Matt - yeah, that does sound like a possibility.  Definitely a cool one, but you're probably right that it's not a *good* one (just like mine above isn't even a *good* one). :-)</description>
		<content:encoded><![CDATA[<p>Matt - yeah, that does sound like a possibility.  Definitely a cool one, but you&#8217;re probably right that it&#8217;s not a *good* one (just like mine above isn&#8217;t even a *good* one). <img src='http://blog.dowski.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wilson</title>
		<link>http://blog.dowski.com/2008/07/31/customizing-the-python-import-system/comment-page-1/#comment-112100</link>
		<dc:creator>Matt Wilson</dc:creator>
		<pubDate>Sat, 09 Aug 2008 20:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dowski.com/?p=237#comment-112100</guid>
		<description>Your example does a  good job of showing how you can really do just about anything in your customization.

It might not be a very good idea, but I bet it would be possible to integrate import with setuptools.

So, from blahdiblah import xxx might look locally first, then go over to the cheese shop and grab it.

Like I said, maybe that's not a *good* idea, but it does show off the power of tweaking __import__.

Thanks for writing this up!</description>
		<content:encoded><![CDATA[<p>Your example does a  good job of showing how you can really do just about anything in your customization.</p>
<p>It might not be a very good idea, but I bet it would be possible to integrate import with setuptools.</p>
<p>So, from blahdiblah import xxx might look locally first, then go over to the cheese shop and grab it.</p>
<p>Like I said, maybe that&#8217;s not a *good* idea, but it does show off the power of tweaking __import__.</p>
<p>Thanks for writing this up!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
