summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-18 06:04:39 +0000
committerGerrit Code Review <review@openstack.org>2016-11-18 06:04:39 +0000
commitd18a2f1830b801c627482957e451460addc66cb0 (patch)
tree03daaf6f942a0b77cd56112acc6da24b2c141765
parentf79fef16455c68837bc4087eb2b2480abfc840bc (diff)
parent271c637d5c643df7c924d65d52c77f4d399a7cc7 (diff)
downloadtaskflow-d18a2f1830b801c627482957e451460addc66cb0.tar.gz
Merge "Remove vim header from source files"
-rw-r--r--taskflow/types/tree.py2
-rw-r--r--taskflow/utils/iter_utils.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/taskflow/types/tree.py b/taskflow/types/tree.py
index 8c0814f..9269153 100644
--- a/taskflow/types/tree.py
+++ b/taskflow/types/tree.py
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (C) 2014 Yahoo! Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/taskflow/utils/iter_utils.py b/taskflow/utils/iter_utils.py
index 959f666..d35fe16 100644
--- a/taskflow/utils/iter_utils.py
+++ b/taskflow/utils/iter_utils.py
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (C) 2015 Yahoo! Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may