diff options
| author | Félix Mattrat <mattr.felix@gmail.com> | 2016-04-15 13:02:13 +0200 |
|---|---|---|
| committer | Félix Mattrat <mattr.felix@gmail.com> | 2016-04-15 13:02:13 +0200 |
| commit | 9c64032e4ab2c0a5b031641cca9bfc0459c15a97 (patch) | |
| tree | 282529eda91bdf124539754a0570eb711dd6a671 /fastimport/processors | |
| parent | 9adaa031887b5511508fd2ee2b1f60680a788a90 (diff) | |
| download | python-fastimport-git-9c64032e4ab2c0a5b031641cca9bfc0459c15a97.tar.gz | |
removed unused/useless statements
Diffstat (limited to 'fastimport/processors')
| -rw-r--r-- | fastimport/processors/filter_processor.py | 2 | ||||
| -rw-r--r-- | fastimport/processors/query_processor.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/fastimport/processors/filter_processor.py b/fastimport/processors/filter_processor.py index eaf7685..4673603 100644 --- a/fastimport/processors/filter_processor.py +++ b/fastimport/processors/filter_processor.py @@ -14,8 +14,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. """Import processor that filters the input (and doesn't import).""" -from future import standard_library -standard_library.install_aliases() from builtins import str as _text from fastimport import ( diff --git a/fastimport/processors/query_processor.py b/fastimport/processors/query_processor.py index 0ca51bd..363719c 100644 --- a/fastimport/processors/query_processor.py +++ b/fastimport/processors/query_processor.py @@ -15,8 +15,6 @@ """Import processor that queries the input (and doesn't import).""" from __future__ import print_function -from future import standard_library -standard_library.install_aliases() from fastimport import ( |
