"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "modules/pymol/moving.py" between
pymol-open-source-2.2.0.tar.gz and pymol-open-source-2.3.0.tar.gz

About: PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D visualization of proteins, small molecules, density, surfaces, and trajectories. It also includes molecular editing, ray tracing, and movies. Open Source version.

moving.py  (pymol-open-source-2.2.0):moving.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.moving': if True:
import sys import sys
if sys.version_info[0] == 2: if sys.version_info[0] == 2:
import thread import thread
else: else:
import _thread as thread import _thread as thread
from . import selector from . import selector
import pymol import pymol
import re import re
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)