<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Import a file from a directory'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 19:19:06 GMT</pubDate>
<item>
<title>rob_cowie said on 1/24/09</title>
<link>http://snipplr.com/view/11212/import-a-file-from-a-directory/</link>
<description><![CDATA[ If you want to ensure that the module you are targeting is imported and not any other module on the PYTHONPATH with the same name, add the directory to the start of the sys.path list with 

    sys.path.insert(0, './markdown-1.7') ]]></description>
<pubDate>Sat, 24 Jan 2009 09:11:09 GMT</pubDate>
<guid>http://snipplr.com/view/11212/import-a-file-from-a-directory/</guid>
</item>
</channel>
</rss>