summaryrefslogtreecommitdiff
path: root/obalie/commands/info.py
diff options
context:
space:
mode:
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