Skip to content

Commit

Permalink
Drop a ST2 hack for relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Dec 30, 2024
1 parent 79204d0 commit 4ae3594
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions latex_fill_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@
import sublime
import sublime_plugin

# hack to ensure relative package imports work
__package__ = "LaTeXTools"

from .deprecated_command import deprecate
from .latextools_plugin import _classname_to_internal_name
from .latextools_plugin import get_plugins_by_type
from .latextools_utils.logging import logger
from .latextools_utils.settings import get_setting
from .latextools_utils.internal_types import FillAllHelper
from .latextools_utils.input_quickpanel import show_input_quick_panel

from .deprecated_command import deprecate


def reraise(tp, value, tb=None):
if value is None:
Expand Down

0 comments on commit 4ae3594

Please sign in to comment.