summaryrefslogtreecommitdiff
path: root/taskflow/utils
diff options
context:
space:
mode:
authoryangxurong <yangxurong@huawei.com>2014-02-14 16:55:01 +0800
committeryangxurong <yangxurong@huawei.com>2014-02-14 16:56:50 +0800
commit17bf3db06ae2ff236fe3b333de9520b1e31bf257 (patch)
tree76b64387a23a0f4079b02bd2a5a54a7a30125520 /taskflow/utils
parent0cd1005741485509279870f72f43933190712d26 (diff)
downloadtaskflow-17bf3db06ae2ff236fe3b333de9520b1e31bf257.tar.gz
Remove extraneous vim configuration comments
Remove line containing comment - # vim: tabstop=4 shiftwidth=4 softtabstop=4 Change-Id: I7581cc88b8de433d5609ed06c6570b0b45c13573 Closes-Bug:#1229324
Diffstat (limited to 'taskflow/utils')
-rw-r--r--taskflow/utils/__init__.py2
-rw-r--r--taskflow/utils/async_utils.py2
-rw-r--r--taskflow/utils/eventlet_utils.py2
-rw-r--r--taskflow/utils/flow_utils.py2
-rw-r--r--taskflow/utils/graph_utils.py2
-rw-r--r--taskflow/utils/kazoo_utils.py2
-rw-r--r--taskflow/utils/lock_utils.py2
-rw-r--r--taskflow/utils/misc.py2
-rw-r--r--taskflow/utils/persistence_utils.py2
-rw-r--r--taskflow/utils/reflection.py2
-rw-r--r--taskflow/utils/threading_utils.py2
11 files changed, 0 insertions, 22 deletions
diff --git a/taskflow/utils/__init__.py b/taskflow/utils/__init__.py
index 408f9de..da9e7d9 100644
--- a/taskflow/utils/__init__.py
+++ b/taskflow/utils/__init__.py
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (C) 2013 Yahoo! Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/taskflow/utils/async_utils.py b/taskflow/utils/async_utils.py
index 76cc6f6..4805230 100644
--- a/taskflow/utils/async_utils.py
+++ b/taskflow/utils/async_utils.py
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (C) 2013 Yahoo! Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/taskflow/utils/eventlet_utils.py b/taskflow/utils/eventlet_utils.py
index a9971a6..6cafa5b 100644
--- a/taskflow/utils/eventlet_utils.py
+++ b/taskflow/utils/eventlet_utils.py
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (C) 2013 Yahoo! Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/taskflow/utils/flow_utils.py b/taskflow/utils/flow_utils.py
index 8ba4e71..21685d1 100644
--- a/taskflow/utils/flow_utils.py
+++ b/taskflow/utils/flow_utils.py
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (C) 2013 Yahoo! Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/taskflow/utils/graph_utils.py b/taskflow/utils/graph_utils.py
index f0c2020..7f18134 100644
--- a/taskflow/utils/graph_utils.py
+++ b/taskflow/utils/graph_utils.py
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (C) 2012 Yahoo! Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/taskflow/utils/kazoo_utils.py b/taskflow/utils/kazoo_utils.py
index 0bd9140..bf30b5d 100644
--- a/taskflow/utils/kazoo_utils.py
+++ b/taskflow/utils/kazoo_utils.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/lock_utils.py b/taskflow/utils/lock_utils.py
index c1a7335..8c70f50 100644
--- a/taskflow/utils/lock_utils.py
+++ b/taskflow/utils/lock_utils.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
diff --git a/taskflow/utils/misc.py b/taskflow/utils/misc.py
index 0f50ad4..6880a3a 100644
--- a/taskflow/utils/misc.py
+++ b/taskflow/utils/misc.py
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (C) 2012 Yahoo! Inc. All Rights Reserved.
# Copyright (C) 2013 Rackspace Hosting All Rights Reserved.
#
diff --git a/taskflow/utils/persistence_utils.py b/taskflow/utils/persistence_utils.py
index a1fd26f..c2d5103 100644
--- a/taskflow/utils/persistence_utils.py
+++ b/taskflow/utils/persistence_utils.py
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (C) 2012 Yahoo! Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/taskflow/utils/reflection.py b/taskflow/utils/reflection.py
index a7d200c..9d36def 100644
--- a/taskflow/utils/reflection.py
+++ b/taskflow/utils/reflection.py
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (C) 2012-2013 Yahoo! Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/taskflow/utils/threading_utils.py b/taskflow/utils/threading_utils.py
index 0542633..d9493d8 100644
--- a/taskflow/utils/threading_utils.py
+++ b/taskflow/utils/threading_utils.py
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (C) 2013 Yahoo! Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may