summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-07-29 18:20:52 -0700
committerMike Crute <mcrute@gmail.com>2015-07-29 18:20:52 -0700
commit5556054e58f1b0c0f0caf8c18cffdd6b1a725e09 (patch)
tree43dda8f8546b4a3eebb1483bb573cb24a6427ac9
parentbbe0c63ff1362318f1f1e31edefd780e7835463a (diff)
downloadobalie-5556054e58f1b0c0f0caf8c18cffdd6b1a725e09.tar.bz2
obalie-5556054e58f1b0c0f0caf8c18cffdd6b1a725e09.tar.xz
obalie-5556054e58f1b0c0f0caf8c18cffdd6b1a725e09.zip
Final commit before moving to git.HEADmaster
-rw-r--r--obalie/commands/ls.py16
-rwxr-xr-xobalie/test.py5
2 files changed, 21 insertions, 0 deletions
diff --git a/obalie/commands/ls.py b/obalie/commands/ls.py
new file mode 100644
index 0000000..f10724a
--- /dev/null
+++ b/obalie/commands/ls.py
@@ -0,0 +1,16 @@
1# vim: set filencoding=utf8
2"""
3Directory Listing Command
4
5@author: Mike Crute (mcrute@gmail.com)
6@organization: SoftGroup Interactive, Inc.
7@date: April 20, 2010
8"""
9
10from obalie.commands import BaseCommand
11
12
13class LsCommand(BaseCommand):
14
15 def __call__(self, args):
16 pass
diff --git a/obalie/test.py b/obalie/test.py
new file mode 100755
index 0000000..4e2440d
--- /dev/null
+++ b/obalie/test.py
@@ -0,0 +1,5 @@
1#!/usr/bin/env python2.6
2
3from obalie.client import Client
4c = Client('https://subversion.ops.ag.com/repos/agcom/endeca/trunk')
5print c.info().relative_path