Skip to content

Commit 946b6cb

Browse files
committed
do not yet remove wildcard import of old API
1 parent 03d8df1 commit 946b6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyslurm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
from pyslurm.core import slurmctld
3535

3636
# The old API in deprecated.pyx
37-
from pyslurm import deprecated
37+
from pyslurm.deprecated import *

0 commit comments

Comments
 (0)