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.
2005-02-24 20:31:23 +01:00
|
|
|
#
|
|
|
|
# $Id$
|
|
|
|
#
|
2005-03-18 00:42:28 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# import the interface
|
|
|
|
#
|
|
|
|
from db import connect, disconnect
|
|
|
|
|
|
|
|
#
|
|
|
|
# import the different submodules
|
|
|
|
#
|
|
|
|
import db, rcs
|
|
|
|
|