From afcc4ea312255a2545f9c67d7c34ffefb00c80c0 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Mon, 4 Aug 2014 05:45:35 +0000 Subject: Imported from /home/lorry/working-area/delta_python-packages_python-daemon/python-daemon-1.6.1.tar.gz. --- test/__init__.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test/__init__.py (limited to 'test/__init__.py') diff --git a/test/__init__.py b/test/__init__.py deleted file mode 100644 index b3efac7..0000000 --- a/test/__init__.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- -# -# test/__init__.py -# Part of python-daemon, an implementation of PEP 3143. -# -# Copyright © 2008–2010 Ben Finney -# -# This is free software: you may copy, modify, and/or distribute this work -# under the terms of the Python Software Foundation License, version 2 or -# later as published by the Python Software Foundation. -# No warranty expressed or implied. See the file LICENSE.PSF-2 for details. - -""" Unit test suite for daemon package. - """ - -import scaffold - - -suite = scaffold.make_suite() -- cgit v1.2.1