summaryrefslogtreecommitdiff
path: root/test/__init__.py
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2014-08-04 05:45:35 +0000
committer <>2014-12-10 05:33:45 +0000
commitafcc4ea312255a2545f9c67d7c34ffefb00c80c0 (patch)
tree5ca5269e5d4fa6263242a7a96b713616e5f389e0 /test/__init__.py
parent02378192d5bb4b16498d87ace57da425166426bf (diff)
downloadpython-daemon-afcc4ea312255a2545f9c67d7c34ffefb00c80c0.tar.gz
Imported from /home/lorry/working-area/delta_python-packages_python-daemon/python-daemon-1.6.1.tar.gz.HEADpython-daemon-1.6.1master
Diffstat (limited to 'test/__init__.py')
-rw-r--r--test/__init__.py19
1 files changed, 0 insertions, 19 deletions
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 <ben+python@benfinney.id.au>
-#
-# 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()