Skip to content

Commit 56a55ab

Browse files
committed
show_contacts: Relax Pmw dependency
1 parent 1a3c7d1 commit 56a55ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/show_contacts.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from __future__ import print_function
99

1010
import sys,os
11-
import Pmw
1211
from pymol import cmd
1312

1413
DEBUG=1
@@ -197,6 +196,7 @@ def __init__(self, app):
197196

198197
self.app = app
199198

199+
import Pmw
200200

201201
############################################################################################
202202
### Open a window with options to select to loaded objects ###

0 commit comments

Comments
 (0)