wuwei:django-1.0.X jacob$ svn diff Index: django/contrib/comments/__init__.py =================================================================== --- django/contrib/comments/__init__.py (revision 9791) +++ django/contrib/comments/__init__.py (working copy) @@ -17,7 +17,7 @@ # Try to import the package try: - package = __import__(comments_app, '', '', ['']) + package = __import__(comments_app, globals(), locals(), ['']) except ImportError: raise ImproperlyConfigured("The COMMENTS_APP setting refers to "\ "a non-existing package.")