diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2022-07-05 08:59:34 +0200 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2023-02-01 09:31:17 +0800 |
commit | c94fccc2b825781e904a67e4bec6b99b427d8abd (patch) | |
tree | 3bd840bff2542257969223798d5bd588fdd44036 /test/CheckManpage.py | |
parent | adf9d22de4d5c422dcaeca022ea53880f7264be6 (diff) | |
download | fork-ledger-c94fccc2b825781e904a67e4bec6b99b427d8abd.tar.gz fork-ledger-c94fccc2b825781e904a67e4bec6b99b427d8abd.tar.bz2 fork-ledger-c94fccc2b825781e904a67e4bec6b99b427d8abd.zip |
Remove obsolete from __future__ imports
Diffstat (limited to 'test/CheckManpage.py')
-rwxr-xr-x | test/CheckManpage.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CheckManpage.py b/test/CheckManpage.py index 944f4e07..3da9d872 100755 --- a/test/CheckManpage.py +++ b/test/CheckManpage.py @@ -1,8 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -from __future__ import print_function - import sys import re import os |