Browse Source

Do not use the deprecated method to import stuff from extensions

sh4nks 8 years ago
parent
commit
cd275d9e49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/plugins/portal/__init__.py

+ 1 - 1
flaskbb/plugins/portal/__init__.py

@@ -8,7 +8,7 @@
     :copyright: (c) 2014 by the FlaskBB Team.
     :license: BSD, see LICENSE for more details.
 """
-from flask.ext.plugins import connect_event
+from flask_plugins import connect_event
 
 from flaskbb.plugins import FlaskBBPlugin
 from flaskbb.utils.populate import (create_settings_from_fixture,