remove debug output and swearing

This commit is contained in:
Bob Farrell 2010-06-09 17:18:02 +01:00
parent e8feb32f8d
commit 330b0ad2ec

View File

@ -33,7 +33,6 @@ def load_model(dotted_name):
warnings.warn('model should be in form of module.model:User '
'and not module.model.User', MigrateDeprecationWarning)
dotted_name = ':'.join(dotted_name.rsplit('.', 1))
import os; print "*****************************", os.environ.get('PYTHONPATH', 'ARGH FUCK')
return EntryPoint.parse('x=%s' % dotted_name).load(False)
else:
# Assume it's already loaded.