summaryrefslogtreecommitdiff
path: root/lang/python/tests/t-file-name.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/tests/t-file-name.py')
-rwxr-xr-xlang/python/tests/t-file-name.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python/tests/t-file-name.py b/lang/python/tests/t-file-name.py
index 32fe84a..d9c226f 100755
--- a/lang/python/tests/t-file-name.py
+++ b/lang/python/tests/t-file-name.py
@@ -18,12 +18,13 @@
# License along with this program; if not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
-del absolute_import, print_function, unicode_literals
import os
import gpg
import support
-_ = support # to appease pyflakes.
+_ = support # to appease pyflakes.
+
+del absolute_import, print_function, unicode_literals
testname = "abcde12345"