mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-03 17:39:45 +00:00
19f5d50e61
Monotone-Revision: 65d93d27a238a5e86f0c7bc9fd3cbc658d5ee681 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-08-06T21:41:19 Monotone-Branch: ca.inverse.sogo
10 lines
130 B
Python
Executable File
10 lines
130 B
Python
Executable File
#!/usr/bin/python
|
|
|
|
import unittest
|
|
|
|
from davacl import *
|
|
from webdavsync import *
|
|
|
|
if __name__ == "__main__":
|
|
unittest.main()
|