summaryrefslogtreecommitdiffstats
path: root/command.py
blob: eea773402b191b17a557adc66ebbb9a60c11f7c0 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- coding: UTF-8 -*-
# Copyright 2013 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Base command stuff (TBD)"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"


def as_command(filters):
    pass