summaryrefslogtreecommitdiffstats
path: root/src/lib/__init__.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-02-19 10:28:02 -0600
committerSol Jerome <sol.jerome@gmail.com>2012-02-19 10:28:02 -0600
commit8a45b809eaef80d3cff337e54f3ec3aa0bbaa62a (patch)
treed65653bd889819f0604fa315de65045ba7003b22 /src/lib/__init__.py
parent8d9fb29a5d8db6bcb9cee8d1a78de3274541534b (diff)
downloadbcfg2-8a45b809eaef80d3cff337e54f3ec3aa0bbaa62a.tar.gz
bcfg2-8a45b809eaef80d3cff337e54f3ec3aa0bbaa62a.tar.bz2
bcfg2-8a45b809eaef80d3cff337e54f3ec3aa0bbaa62a.zip
Remove svn keywords
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
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']