Skip to content
Snippets Groups Projects
Commit 359aaf04 authored by Grzegorz Chojnowski's avatar Grzegorz Chojnowski
Browse files

fixed fmslib path

parent 1e445e59
Branches master
Tags 1.5.3
No related merge requests found
......@@ -1228,7 +1228,7 @@ def test():
selstr="chain A and resi 10:50"
fmslib_root=os.path.dirname(fmslib.__file__)
examples_dir=os.path.join(fmslib_root, '..', 'examples')
examples_dir=os.path.join(fmslib_root, 'examples')
mapin=os.path.join(examples_dir, 'emd_3488.map')
modelin=os.path.join(examples_dir, '5me2.pdb')
......
__version__="1.5.2"
__version__="1.5.3"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment