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