Skip to content

Commit

Permalink
Fixes error due to missing import in visualization module
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Salentin committed May 26, 2016
1 parent 1a58e4d commit b04e2f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plip/modules/pymolplip.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
limitations under the License.
"""
from pymol import cmd
from time import sleep
import sys
import os
import subprocess
Expand Down

0 comments on commit b04e2f6

Please sign in to comment.