This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
|
#
|
|
# $Id$
|
|
#
|
|
|
|
#
|
|
# import the interface
|
|
#
|
|
from db import connect, disconnect
|
|
|
|
#
|
|
# import the different submodules
|
|
#
|
|
import db, rcs
|
|
|