summaryrefslogtreecommitdiff
path: root/obalie/commands
diff options
context:
space:
mode:
Diffstat (limited to 'obalie/commands')
-rw-r--r--obalie/commands/__init__.py2
-rw-r--r--obalie/commands/info.py3
2 files changed, 2 insertions, 3 deletions
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 @@
2""" 2"""
3Subversion Commands 3Subversion Commands
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"""
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