Ticket #2554: test3.py

File test3.py, 164 bytes (added by goddard@…, 6 years ago)

Added by email2trac

Line 
1from chimerax.core.commands import Command
2
3rc = Command(session)
4for i in range(100):
5 rc.run('open 1a0m')
6 rc.run('open 1gcn')
7 rc.run('close session')
8