Skip to content

Commit

Permalink
refactor: re-export get_suffixes from executables module (#128)
Browse files Browse the repository at this point in the history
* don't break back-compatibility
  • Loading branch information
wpbonelli authored Nov 21, 2023
1 parent 1d909ef commit ec3859a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modflow_devtools/executables.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
from types import SimpleNamespace
from typing import Dict

from modflow_devtools.misc import get_suffixes

# re-export for backwards-compatibility (used to be here)
get_suffixes = get_suffixes


class Executables(SimpleNamespace):
"""
Expand Down

0 comments on commit ec3859a

Please sign in to comment.