summaryrefslogtreecommitdiffstats
path: root/tests/_shared.py
blob: 499791999df19f52842fe00ab6589524c5d017ba (plain)
1
2
3
4
5
6
7
8
# -*- coding: UTF-8 -*-
# Copyright 2014 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Common base for testing"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"

empty_opts = type('empty_opts', (), {})