Skip to content

Commit

Permalink
Removing check, because right version is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
gogobd committed Jul 21, 2020
1 parent 2391cf7 commit 23ce194
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/plone/app/multilingualindexes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@

_ = MessageFactory("plone.app.multilingualindexes")

try:
# Adding 'tgpath' in plone.app.querystring for
# multipath functionality
queryparser.PATH_INDICES |= {'tgpath'}
except AttributeError:
raise ImportError(
"plone.app.querystring doesn't support "
"multipath functionality."
)
queryparser.PATH_INDICES |= {'tgpath'}


def initialize(context):
Expand Down

0 comments on commit 23ce194

Please sign in to comment.