Skip to content

Commit afa4c7b

Browse files
committed
reinstate deprecated
1 parent 452ec19 commit afa4c7b

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
@@ -36,7 +36,7 @@
3636
from pyslurm.core import slurmctld
3737

3838
# The old API in deprecated.pyx
39-
#from pyslurm.deprecated import *
39+
from pyslurm.deprecated import *
4040

4141
# Initialize slurm api
4242
from pyslurm.api import slurm_init, slurm_fini

0 commit comments

Comments
 (0)