Hacker News new | ask | show | jobs
by jbox 6232 days ago
There be dragons in the Python: http://code.google.com/p/dajaxproject/source/browse/trunk/da...

If all that importing is really necessary then you might want to check out Django's new preferred import method, importlib, it might clean that up a bit: http://code.djangoproject.com/ticket/8193

And here in the J/S - lots of evals - is that really necessary?: http://code.google.com/p/dajaxproject/source/browse/trunk/da...