DeWitt Clinton eee4075fe8 OSX has a problem with the form:
__import__('a/b/c')

Replaced with a variation of:

 sys.path.append(os.path.join('a','b'))
 __import__('c')
2006-08-29 15:47:42 -07:00
2006-08-22 13:19:18 -04:00
2006-08-29 15:47:42 -07:00
2006-08-29 15:19:35 -04:00
2006-08-29 15:19:35 -04:00
2006-08-29 01:56:39 -04:00
2006-08-26 12:21:51 -04:00
2006-08-21 09:43:09 -04:00
2006-08-21 09:43:09 -04:00
Description
Create 'planet' from RSS feeds
https://github.com/rubys/venus.git
1.3 MiB
Languages
Python 68.6%
XSLT 18.1%
CSS 7%
JavaScript 5.8%
HTML 0.4%