summaryrefslogtreecommitdiffstats
path: root/src/lib/__init__.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-03-17 16:00:38 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-03-17 16:00:38 -0500
commit60c79ef728f1d932e8da8583e2719b6acd900d9e (patch)
treef385e04757261072456161d2c4b1cf0033b0e8ee /src/lib/__init__.py
parent9f85b8af0ccf2c90aa5d806dd7baefab68237f3a (diff)
parent8a45b809eaef80d3cff337e54f3ec3aa0bbaa62a (diff)
downloadbcfg2-60c79ef728f1d932e8da8583e2719b6acd900d9e.tar.gz
bcfg2-60c79ef728f1d932e8da8583e2719b6acd900d9e.tar.bz2
bcfg2-60c79ef728f1d932e8da8583e2719b6acd900d9e.zip
Merge branch 'fix-svn-keywords'
Diffstat (limited to 'src/lib/__init__.py')
-rw-r--r--src/lib/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/__init__.py b/src/lib/__init__.py
index d36c0a00a..357f66f6d 100644
--- a/src/lib/__init__.py
+++ b/src/lib/__init__.py
@@ -1,4 +1,3 @@
"""Base modules definition."""
-__revision__ = '$Revision$'
__all__ = ['Server', 'Client', 'Component', 'Logger', 'Options', 'Proxy', 'Statistics']