Windows doesn't have "posix" module, use "os" instead. Otherwise the test suite fails...
authorRisto Kankkunen <risto.kankkunen@f-secure.com>
Tue, 17 Jan 2012 21:22:47 +0000 (23:22 +0200)
committerRisto Kankkunen <risto.kankkunen@f-secure.com>
Tue, 17 Jan 2012 21:22:47 +0000 (23:22 +0200)
commitd90678b3961b727b327ec6e367766e41f674b914
tree287c3714bc3fed9e1920347635cf1302a84c2d49
parent7884cd5b0c73c94a685261b7f6444d4b388745fc
Windows doesn't have "posix" module, use "os" instead. Otherwise the test suite fails to run even a single test.
dulwich/tests/test_index.py