Skip to content

Commit 1566466

Browse files
authored
Merge 3265365 into 6cdb7be
2 parents 6cdb7be + 3265365 commit 1566466

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# -*- coding: UTF-8 -*-
2+
# A part of NonVisual Desktop Access (NVDA)
3+
# Copyright (C) 2019 NV Access Limited, Łukasz Golonka
4+
# This file may be used under the terms of the GNU General Public License, version 2 or later.
5+
# For more details see: https://www.gnu.org/licenses/gpl-2.0.html
6+
7+
""" App module for Spring Tool Suite version 4
8+
This simply uses the app module for Eclipse.
9+
"""
10+
11+
from .eclipse import *

0 commit comments

Comments
 (0)