File tree Expand file tree Collapse file tree 7 files changed +28
-7
lines changed Expand file tree Collapse file tree 7 files changed +28
-7
lines changed Original file line number Diff line number Diff line change 44import threading
55import unittest
66
7+ import os
78import sys
8- sys .path .insert (0 , '../' )
9+
10+ if 'TOX_ENV' not in os .environ :
11+ sys .path .insert (0 , '../' )
912
1013import fibers
1114from fibers import Fiber , current
Original file line number Diff line number Diff line change 33import unittest
44import weakref
55
6+ import os
67import sys
7- sys .path .insert (0 , '../' )
8+
9+ if 'TOX_ENV' not in os .environ :
10+ sys .path .insert (0 , '../' )
811
912from fibers import Fiber , current
1013
Original file line number Diff line number Diff line change 11
22import unittest
33
4+ import os
45import sys
5- sys .path .insert (0 , '../' )
6+
7+ if 'TOX_ENV' not in os .environ :
8+ sys .path .insert (0 , '../' )
69
710import fibers
811from fibers import Fiber
Original file line number Diff line number Diff line change 11
22import unittest
33
4+ import os
45import sys
5- sys .path .insert (0 , '../' )
6+
7+ if 'TOX_ENV' not in os .environ :
8+ sys .path .insert (0 , '../' )
69
710import fibers
811from fibers import Fiber
Original file line number Diff line number Diff line change 44import unittest
55import weakref
66
7+ import os
78import sys
8- sys .path .insert (0 , '../' )
9+
10+ if 'TOX_ENV' not in os .environ :
11+ sys .path .insert (0 , '../' )
912
1013from fibers import Fiber , current
1114
Original file line number Diff line number Diff line change 11
22import unittest
33
4+ import os
45import sys
5- sys .path .insert (0 , '../' )
6+
7+ if 'TOX_ENV' not in os .environ :
8+ sys .path .insert (0 , '../' )
69
710import fibers
811from fibers import Fiber
Original file line number Diff line number Diff line change 33import weakref
44import unittest
55
6+ import os
67import sys
7- sys .path .insert (0 , '../' )
8+
9+ if 'TOX_ENV' not in os .environ :
10+ sys .path .insert (0 , '../' )
811
912import fibers
1013from fibers import Fiber
You can’t perform that action at this time.
0 commit comments