Monotone-Parent: 2ce99ebf3ed3c4ae56f0d8eab897684b58f759de

Monotone-Revision: 65d93d27a238a5e86f0c7bc9fd3cbc658d5ee681

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-08-06T21:41:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-08-06 21:41:19 +00:00
parent c761ef5ba1
commit 19f5d50e61
2 changed files with 12 additions and 1 deletions

View File

@@ -10,7 +10,9 @@ setup
runnable scripts
----------------
webdav-sync.py
all.py - run all scripts below at once
webdavsync.py
davacl.py
other scripts
-------------

9
Tests/all.py Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/python
import unittest
from davacl import *
from webdavsync import *
if __name__ == "__main__":
unittest.main()