summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2012-06-29 02:06:26 +0200
committerAnthony G. Basile <blueness@gentoo.org>2012-06-29 08:50:25 -0400
commit248b5549959768ac297756143d0c17b179f313a9 (patch)
tree5662ac2876cfd61e0fcab6066d923b9861570b00
parentUpdate configparser imports for compatibility with Python 3. (diff)
downloadwebapp-config-248b5549959768ac297756143d0c17b179f313a9.tar.gz
webapp-config-248b5549959768ac297756143d0c17b179f313a9.tar.bz2
webapp-config-248b5549959768ac297756143d0c17b179f313a9.zip
Delete obsolete __version__ attributes.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--WebappConfig/content.py2
-rw-r--r--WebappConfig/db.py2
-rw-r--r--WebappConfig/debug.py1
-rw-r--r--WebappConfig/dotconfig.py2
-rw-r--r--WebappConfig/ebuild.py2
-rw-r--r--WebappConfig/filetype.py2
-rw-r--r--WebappConfig/permissions.py2
-rw-r--r--WebappConfig/protect.py2
-rw-r--r--WebappConfig/sandbox.py2
-rw-r--r--WebappConfig/worker.py2
-rw-r--r--WebappConfig/wrapper.py2
-rwxr-xr-xsbin/webapp-config2
12 files changed, 0 insertions, 23 deletions
diff --git a/WebappConfig/content.py b/WebappConfig/content.py
index d6cf3f6..4e0462b 100644
--- a/WebappConfig/content.py
+++ b/WebappConfig/content.py
@@ -18,8 +18,6 @@
location. This file records all files and directories of the
installation. '''
-__version__ = "$Id: content.py 245 2006-01-13 16:57:29Z wrobel $"
-
# ========================================================================
# Dependencies
# ------------------------------------------------------------------------
diff --git a/WebappConfig/db.py b/WebappConfig/db.py
index fc221bf..ccb7b0e 100644
--- a/WebappConfig/db.py
+++ b/WebappConfig/db.py
@@ -17,8 +17,6 @@
''' This module provides handlers for the web application database as
well as the database of virtual installs. '''
-__version__ = "$Id: db.py 264 2006-02-28 14:07:26Z wrobel $"
-
# ========================================================================
# Dependencies
# ------------------------------------------------------------------------
diff --git a/WebappConfig/debug.py b/WebappConfig/debug.py
index 7236e27..5482f43 100644
--- a/WebappConfig/debug.py
+++ b/WebappConfig/debug.py
@@ -6,7 +6,6 @@
# Distributed under the terms of the GNU General Public License v2
from __future__ import print_function
-__version__ = "$Id: debug.py 159 2005-11-10 09:48:25Z wrobel $"
#################################################################################
##
diff --git a/WebappConfig/dotconfig.py b/WebappConfig/dotconfig.py
index ad3d894..ce2845c 100644
--- a/WebappConfig/dotconfig.py
+++ b/WebappConfig/dotconfig.py
@@ -17,8 +17,6 @@
''' Handles the information stored within the virtual install location
about the type of package installed. '''
-__version__ = "$Id: dotconfig.py 219 2006-01-04 20:13:38Z wrobel $"
-
# ========================================================================
# Dependencies
# ------------------------------------------------------------------------
diff --git a/WebappConfig/ebuild.py b/WebappConfig/ebuild.py
index ee09cb4..b22d2ae 100644
--- a/WebappConfig/ebuild.py
+++ b/WebappConfig/ebuild.py
@@ -16,8 +16,6 @@
# ========================================================================
''' Provides a class that handles ebuild related tasks. '''
-__version__ = "$Id: ebuild.py 260 2006-01-29 23:21:56Z wrobel $"
-
# ========================================================================
# Dependencies
# ------------------------------------------------------------------------
diff --git a/WebappConfig/filetype.py b/WebappConfig/filetype.py
index 1de66ba..aca8c59 100644
--- a/WebappConfig/filetype.py
+++ b/WebappConfig/filetype.py
@@ -16,8 +16,6 @@
# ========================================================================
''' A class that returns the file type for a given path.'''
-__version__ = "$Id: filetype.py 245 2006-01-13 16:57:29Z wrobel $"
-
# ========================================================================
# Dependencies
# ------------------------------------------------------------------------
diff --git a/WebappConfig/permissions.py b/WebappConfig/permissions.py
index 0bf99ea..f430316 100644
--- a/WebappConfig/permissions.py
+++ b/WebappConfig/permissions.py
@@ -19,8 +19,6 @@ webapp-config needs a permission handling that allows to combine original
file permission settings with values supplied by the user.
'''
-__version__ = "$Id: permissions.py 129 2005-11-06 12:46:31Z wrobel $"
-
# ========================================================================
# Dependencies
# ------------------------------------------------------------------------
diff --git a/WebappConfig/protect.py b/WebappConfig/protect.py
index 7e3ebf7..4a24d55 100644
--- a/WebappConfig/protect.py
+++ b/WebappConfig/protect.py
@@ -16,8 +16,6 @@
# ========================================================================
''' Helper functions for config protected files.'''
-__version__ = "$Id: protect.py 133 2005-11-06 14:34:04Z wrobel $"
-
# ========================================================================
# Dependencies
# ------------------------------------------------------------------------
diff --git a/WebappConfig/sandbox.py b/WebappConfig/sandbox.py
index 88436c3..3a86673 100644
--- a/WebappConfig/sandbox.py
+++ b/WebappConfig/sandbox.py
@@ -18,8 +18,6 @@
Sandbox operations
'''
-__version__ = "$Id: permissions.py 129 2005-11-06 12:46:31Z wrobel $"
-
# ========================================================================
# Dependencies
# ------------------------------------------------------------------------
diff --git a/WebappConfig/worker.py b/WebappConfig/worker.py
index d57a55c..fbf8f92 100644
--- a/WebappConfig/worker.py
+++ b/WebappConfig/worker.py
@@ -17,8 +17,6 @@
''' This module provides the classes for actually adding or removing
files of a virtual install location. '''
-__version__ = "$Id: worker.py 245 2006-01-13 16:57:29Z wrobel $"
-
# ========================================================================
# Dependencies
# ------------------------------------------------------------------------
diff --git a/WebappConfig/wrapper.py b/WebappConfig/wrapper.py
index 1897dd6..c6896ab 100644
--- a/WebappConfig/wrapper.py
+++ b/WebappConfig/wrapper.py
@@ -20,8 +20,6 @@ specific features used by webapp-config. This might make it easier
to use the tool on other distributions.
'''
-__version__ = "$Id: wrapper.py 283 2006-04-20 22:53:04Z wrobel $"
-
# ========================================================================
# Dependencies
# ------------------------------------------------------------------------
diff --git a/sbin/webapp-config b/sbin/webapp-config
index 7d30ba6..463581c 100755
--- a/sbin/webapp-config
+++ b/sbin/webapp-config
@@ -18,8 +18,6 @@
upgrade, and remove web-based applications in a virtual-hosting
environment. '''
-__version__ = "$Id: webapp-config 126 2005-11-05 23:26:48Z wrobel $"
-
# ========================================================================
# Dependencies
# ------------------------------------------------------------------------