File: pycocuma-server

package info (click to toggle)
pycocuma 0.4.5-6-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 788 kB
  • ctags: 1,223
  • sloc: python: 9,497; makefile: 37
file content (19 lines) | stat: -rwxr-xr-x 643 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/python
"""\
PyCoCuMa (Pythonic Contact and Customer Management) provides an personal
information system for addresses, telephone numbers and other data associated
with personal contacts.

PyCoCuMa stores it's data in compatible vCard files (*.vcf).

This is the PyCoCuMa-XMLRPCServer startup file. This file is usually executed
by pycocuma automagically when run the first time since system boot.

PyCoCuMa was programmed by Henning Jacobs <henning@jacobs1.de>.
PyCoCuMa's Homepage: http://www.srcco.de
"""
#  $Id: pycocuma-server 83 2004-07-11 13:12:44Z henning $

import pycocumalib.CoCuMa_Server

pycocumalib.CoCuMa_Server.run()