Skip to content

Commit 9ae04c5

Browse files
committed
fix PY3K to prody.PY3K in tear down
1 parent dbaff7e commit 9ae04c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prody/tests/proteins/test_insty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def testImportHpb(self):
153153

154154
@classmethod
155155
def tearDownClass(cls):
156-
if PY3K:
156+
if prody.PY3K:
157157
import os
158158
for filename in ['test_2k39_all.npy', 'test_2k39_hbs.npy', 'test_2k39_sbs.npy',
159159
'test_2k39_rib.npy', 'test_2k39_PiStack.npy', 'test_2k39_PiCat.npy',

0 commit comments

Comments
 (0)