experimenting.py (pymol-open-source-2.2.0) | : | experimenting.py (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
skipping to change at line 15 | skipping to change at line 15 | |||
#E* It is unlawful to modify or remove this copyright notice. | #E* It is unlawful to modify or remove this copyright notice. | |||
#F* ------------------------------------------------------------------- | #F* ------------------------------------------------------------------- | |||
#G* Please see the accompanying LICENSE file for further information. | #G* Please see the accompanying LICENSE file for further information. | |||
#H* ------------------------------------------------------------------- | #H* ------------------------------------------------------------------- | |||
#I* Additional authors of this source file include: | #I* Additional authors of this source file include: | |||
#-* | #-* | |||
#-* | #-* | |||
#-* | #-* | |||
#Z* ------------------------------------------------------------------- | #Z* ------------------------------------------------------------------- | |||
if __name__=='pymol.experimenting': | if True: | |||
from . import selector | from . import selector | |||
from .cmd import _cmd,lock,unlock,Shortcut,QuietException, \ | from .cmd import _cmd,lock,unlock,Shortcut,QuietException, \ | |||
DEFAULT_ERROR, DEFAULT_SUCCESS, _raising, is_ok, is_error | DEFAULT_ERROR, DEFAULT_SUCCESS, _raising, is_ok, is_error | |||
cmd = __import__("sys").modules["pymol.cmd"] | cmd = __import__("sys").modules["pymol.cmd"] | |||
import threading | import threading | |||
import pymol | import pymol | |||
import string | import string | |||
def get_bond_print(obj,max_bond,max_type,_self=cmd): | def get_bond_print(obj,max_bond,max_type,_self=cmd): | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |