diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2012-06-29 02:06:26 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-06-29 08:50:25 -0400 |
commit | 248b5549959768ac297756143d0c17b179f313a9 (patch) | |
tree | 5662ac2876cfd61e0fcab6066d923b9861570b00 /sbin | |
parent | Update configparser imports for compatibility with Python 3. (diff) | |
download | webapp-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>
Diffstat (limited to 'sbin')
-rwxr-xr-x | sbin/webapp-config | 2 |
1 files changed, 0 insertions, 2 deletions
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 # ------------------------------------------------------------------------ |