- moved settings to package GnuviechAdmin
- add version and author comment to addpopuser.py - moved db schema description to docs git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@168 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
5d6938910c
commit
979db1b333
4 changed files with 8 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
import SOAPpy
|
import SOAPpy
|
||||||
import logging
|
import logging
|
||||||
from gvadm import Settings
|
import Settings
|
||||||
|
|
||||||
class SOAPServer(SOAPpy.SOAPServer):
|
class SOAPServer(SOAPpy.SOAPServer):
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
#
|
||||||
import psycopg, getopt, sys
|
# (c) 2006 Jan Dittberner <jan@dittberner.info>
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
import psycopg
|
||||||
|
import getopt
|
||||||
|
import sys
|
||||||
from gvadm import PasswordTools, DomainTools
|
from gvadm import PasswordTools, DomainTools
|
||||||
|
|
||||||
def usage():
|
def usage():
|
||||||
|
|
Loading…
Reference in a new issue