]> git.pld-linux.org Git - packages/python-pyevent.git/blob - test-path.patch
- fixed building with libevent 2.1
[packages/python-pyevent.git] / test-path.patch
1 --- pyevent-0.3/test.py~        2005-01-26 02:43:24.000000000 +0100
2 +++ pyevent-0.3/test.py 2017-04-04 19:25:57.332923924 +0200
3 @@ -1,7 +1,7 @@
4  #!/usr/bin/env python
5  
6  import glob, os, signal, sys, time, unittest
7 -sys.path.insert(0, glob.glob('./build/lib.*')[0])
8 +sys.path.insert(0, glob.glob('./build-2/lib.*')[0])
9  import event
10  
11  class EventTest(unittest.TestCase):
This page took 0.053182 seconds and 3 git commands to generate.