summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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