Skip to content

Commit 9c47d7e

Browse files
author
Ram Rachum
committed
-
1 parent 16c4fac commit 9c47d7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

misc/testing/tweak_nose.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99

1010
import os.path
1111
import sys
12+
import types
1213

14+
15+
frozen = getattr(sys, 'frozen', None)
1316
our_path = os.path.realpath(os.path.split(__file__)[0])
1417
repo_root_path = os.path.realpath(os.path.join(our_path, '..', '..'))
1518

19+
1620
try:
1721
import nose
1822
except ImportError:

0 commit comments

Comments
 (0)