summaryrefslogtreecommitdiff
path: root/obalie/commands/ls.py
blob: f10724a036ec7013c59ee5f9a87c72aa8829225a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# vim: set filencoding=utf8
"""
Directory Listing Command

@author: Mike Crute (mcrute@gmail.com)
@organization: SoftGroup Interactive, Inc.
@date: April 20, 2010
"""

from obalie.commands import BaseCommand


class LsCommand(BaseCommand):

    def __call__(self, args):
        pass