Skip to content

Commit 4ae3594

Browse files
committed
Drop a ST2 hack for relative imports
1 parent 79204d0 commit 4ae3594

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

latex_fill_all.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@
55
import sublime
66
import sublime_plugin
77

8-
# hack to ensure relative package imports work
9-
__package__ = "LaTeXTools"
10-
8+
from .deprecated_command import deprecate
119
from .latextools_plugin import _classname_to_internal_name
1210
from .latextools_plugin import get_plugins_by_type
1311
from .latextools_utils.logging import logger
1412
from .latextools_utils.settings import get_setting
1513
from .latextools_utils.internal_types import FillAllHelper
1614
from .latextools_utils.input_quickpanel import show_input_quick_panel
1715

18-
from .deprecated_command import deprecate
19-
2016

2117
def reraise(tp, value, tb=None):
2218
if value is None:

0 commit comments

Comments
 (0)