diff options
Diffstat (limited to 'dev-python/shipper/test.py')
-rw-r--r-- | dev-python/shipper/test.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/shipper/test.py b/dev-python/shipper/test.py deleted file mode 100644 index 61c736b..0000000 --- a/dev-python/shipper/test.py +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env python -# -# shipper -- a tool for shipping software -# -# SPDX-License-Identifier: BSD-2-Clause -# -# Runs under both Python 2 and Python 3. Preserve this property! -# from __future__ import print_function - -import sys, os, re, subprocess, time, glob, optparse, stat, email.utils, cgi, copy - - |