Skip to content

Commit ead5a60

Browse files
committed
No longer need to use mixed Sire API.
1 parent 65b27ec commit ead5a60

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/ghostly/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,4 @@
2020
# along with Ghostly. If not, see <http://www.gnu.org/licenses/>.
2121
#####################################################################
2222

23-
# Make sure we used the mixed API so we can use BioSimSpace.
24-
try:
25-
import sire as _sr
26-
27-
_sr.use_mixed_api(support_old_module_names=False)
28-
_sr.convert.supported_formats()
29-
30-
del _sr
31-
except ImportError:
32-
pass
33-
3423
from ._ghostly import *

0 commit comments

Comments
 (0)