Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-09 | Put all Python modules into the 'samba' subpackage. Now you need to | Martin Pool | 1 | -1/+9 | |
write import samba.tdbutil samba.tdbutil.pack('f', ['hello']) You need 'cvs update -d' to get the new subdirectory for this to build properly. (This used to be commit 0d3276355e0511d6aff110a3943199629b3c00fd) | |||||
2002-09-09 | Build py_tdbpack as well. | Martin Pool | 1 | -0/+5 | |
(This used to be commit fc5e8b8f672d461809f113fe14435841608b046f) | |||||
2002-09-09 | Python's setup.py does not need to be munged by configure.in -- it is | Martin Pool | 1 | -0/+168 | |
sufficient to just pass the relevant variables to Python from the Makefile. Therefore, remove setup.py.in. (This used to be commit 8bebe9ee2b6bd56c297acc6b01cb0856aad1c4f3) |