]> git.k1024.org Git - pylibacl.git/commit
Fix unittest suite compatibility with python2.6
authorIustin Pop <iusty@k1024.org>
Sun, 27 Dec 2009 12:59:06 +0000 (13:59 +0100)
committerIustin Pop <iusty@k1024.org>
Sun, 27 Dec 2009 12:59:06 +0000 (13:59 +0100)
commit0ec711f3bf00bbfe372cef4396880d0ba55fafe0
treec2d1867538bbc0e155e2f8ac8ca8420d3bc6522c
parentccc75022276f22e82fd152fae3309e4f5fe63cb7
Fix unittest suite compatibility with python2.6

It turns out imports by filename were never supposed to work, and
python2.6 just errors out explicitly.
Makefile
setup.py
tests/__init__.py [new file with mode: 0644]
tests/test_acls.py [moved from test/test_acls.py with 100% similarity]