We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b27ec commit ead5a60Copy full SHA for ead5a60
1 file changed
src/ghostly/__init__.py
@@ -20,15 +20,4 @@
20
# along with Ghostly. If not, see <http://www.gnu.org/licenses/>.
21
#####################################################################
22
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
34
from ._ghostly import *
0 commit comments