Skip to content

Commit

Permalink
Add appModule for Spring Tool Suite 4 (PR #10339)
Browse files Browse the repository at this point in the history
This simply imports module for Eclipse. 
Fixes: #10001
  • Loading branch information
lukaszgo1 authored and feerrenrut committed Dec 3, 2019
1 parent 3f9f9d4 commit 42ea5c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions source/appModules/springtoolsuite4.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# -*- coding: UTF-8 -*-
# A part of NonVisual Desktop Access (NVDA)
# Copyright (C) 2019 NV Access Limited, Łukasz Golonka
# This file may be used under the terms of the GNU General Public License, version 2 or later.
# For more details see: https://www.gnu.org/licenses/gpl-2.0.html

""" App module for Spring Tool Suite version 4
This simply uses the app module for Eclipse.
"""

# Normally these Flake8 errors shouldn't be ignored but here we are simply reusing existing ap module.

from .eclipse import * # noqa: F401, F403

0 comments on commit 42ea5c5

Please sign in to comment.