From bbe0c63ff1362318f1f1e31edefd780e7835463a Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Wed, 21 Apr 2010 00:21:26 -0400 Subject: Vim configs out of sync, fixing comments. --- obalie/client.py | 2 +- obalie/commands/__init__.py | 2 +- obalie/commands/info.py | 3 +-- obalie/exceptions.py | 2 +- obalie/log.py | 2 +- obalie/utils.py | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/obalie/client.py b/obalie/client.py index cc40122..13df1a0 100644 --- a/obalie/client.py +++ b/obalie/client.py @@ -2,7 +2,7 @@ """ Subversion Client -@author: Mike Crute (mcrute@ag.com) +@author: Mike Crute (mcrute@gmail.com) @organization: SoftGroup Interactive, Inc. @date: April 20, 2010 """ diff --git a/obalie/commands/__init__.py b/obalie/commands/__init__.py index f0e3682..c92e112 100644 --- a/obalie/commands/__init__.py +++ b/obalie/commands/__init__.py @@ -2,7 +2,7 @@ """ Subversion Commands -@author: Mike Crute (mcrute@ag.com) +@author: Mike Crute (mcrute@gmail.com) @organization: SoftGroup Interactive, Inc. @date: April 20, 2010 """ diff --git a/obalie/commands/info.py b/obalie/commands/info.py index 5bd29fd..e9c8599 100644 --- a/obalie/commands/info.py +++ b/obalie/commands/info.py @@ -2,13 +2,12 @@ """ Subversion Info -@author: Mike Crute (mcrute@ag.com) +@author: Mike Crute (mcrute@gmail.com) @organization: SoftGroup Interactive, Inc. @date: April 20, 2010 """ -import os from xml.dom import pulldom from obalie.utils import join_url from obalie.commands import BaseCommand diff --git a/obalie/exceptions.py b/obalie/exceptions.py index c7cbb4d..c124ee9 100644 --- a/obalie/exceptions.py +++ b/obalie/exceptions.py @@ -2,7 +2,7 @@ """ Subversion Client Exceptions -@author: Mike Crute (mcrute@ag.com) +@author: Mike Crute (mcrute@gmail.com) @organization: SoftGroup Interactive, Inc. @date: April 20, 2010 """ diff --git a/obalie/log.py b/obalie/log.py index bf65996..640f17a 100644 --- a/obalie/log.py +++ b/obalie/log.py @@ -2,7 +2,7 @@ """ Logging Utlities for obalie -@author: Mike Crute (mcrute@ag.com) +@author: Mike Crute (mcrute@gmail.com) @organization: SoftGroup Interactive, Inc. @date: April 20, 2010 """ diff --git a/obalie/utils.py b/obalie/utils.py index 2d4be0e..a32da86 100644 --- a/obalie/utils.py +++ b/obalie/utils.py @@ -2,7 +2,7 @@ """ Miscellaneous Utility Commands -@author: Mike Crute (mcrute@ag.com) +@author: Mike Crute (mcrute@gmail.com) @organization: SoftGroup Interactive, Inc. @date: April 20, 2010 """ -- cgit v1.2.3