summaryrefslogtreecommitdiff
path: root/obalie/commands/info.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-04-21 00:21:26 -0400
committerMike Crute <mcrute@gmail.com>2010-04-21 00:21:26 -0400
commitbbe0c63ff1362318f1f1e31edefd780e7835463a (patch)
treee9d2b245dfec0fd09a644c41fb5f484035d92d35 /obalie/commands/info.py
parente74452aabeb77ab8ab8f50a350d77e4d9e6914a2 (diff)
downloadobalie-bbe0c63ff1362318f1f1e31edefd780e7835463a.tar.bz2
obalie-bbe0c63ff1362318f1f1e31edefd780e7835463a.tar.xz
obalie-bbe0c63ff1362318f1f1e31edefd780e7835463a.zip
Vim configs out of sync, fixing comments.
Diffstat (limited to 'obalie/commands/info.py')
-rw-r--r--obalie/commands/info.py3
1 files changed, 1 insertions, 2 deletions
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 @@
2""" 2"""
3Subversion Info 3Subversion Info
4 4
5@author: Mike Crute (mcrute@ag.com) 5@author: Mike Crute (mcrute@gmail.com)
6@organization: SoftGroup Interactive, Inc. 6@organization: SoftGroup Interactive, Inc.
7@date: April 20, 2010 7@date: April 20, 2010
8""" 8"""
9 9
10 10
11import os
12from xml.dom import pulldom 11from xml.dom import pulldom
13from obalie.utils import join_url 12from obalie.utils import join_url
14from obalie.commands import BaseCommand 13from obalie.commands import BaseCommand