summaryrefslogtreecommitdiff
path: root/obalie/commands/ls.py
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 /obalie/commands/ls.py
parentbbe0c63ff1362318f1f1e31edefd780e7835463a (diff)
downloadobalie-master.tar.bz2
obalie-master.tar.xz
obalie-master.zip
Final commit before moving to git.HEADmaster
Diffstat (limited to 'obalie/commands/ls.py')
-rw-r--r--obalie/commands/ls.py16
1 files changed, 16 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