summaryrefslogtreecommitdiffstats
path: root/src/lib/__init__.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-08-11 19:54:35 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-08-11 19:54:35 +0000
commite9e4dc556e440428a0912faf608fd7830e247625 (patch)
tree4c9e58b89b942c70bd43913c329b740de94eba33 /src/lib/__init__.py
parent5b3021d643d1bb8499d9cce3a14fd45661662024 (diff)
downloadbcfg2-e9e4dc556e440428a0912faf608fd7830e247625.tar.gz
bcfg2-e9e4dc556e440428a0912faf608fd7830e247625.tar.bz2
bcfg2-e9e4dc556e440428a0912faf608fd7830e247625.zip
(Logical change 1.33)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@165 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/__init__.py')
-rw-r--r--src/lib/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/__init__.py b/src/lib/__init__.py
index e69de29bb..21e71dd06 100644
--- a/src/lib/__init__.py
+++ b/src/lib/__init__.py
@@ -0,0 +1,3 @@
+# $Id: $
+
+all = ['Server', 'Client']