From 17bf3db06ae2ff236fe3b333de9520b1e31bf257 Mon Sep 17 00:00:00 2001 From: yangxurong Date: Fri, 14 Feb 2014 16:55:01 +0800 Subject: Remove extraneous vim configuration comments Remove line containing comment - # vim: tabstop=4 shiftwidth=4 softtabstop=4 Change-Id: I7581cc88b8de433d5609ed06c6570b0b45c13573 Closes-Bug:#1229324 --- taskflow/examples/example_utils.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'taskflow/examples/example_utils.py') diff --git a/taskflow/examples/example_utils.py b/taskflow/examples/example_utils.py index d3069db..46f542b 100644 --- a/taskflow/examples/example_utils.py +++ b/taskflow/examples/example_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 -- cgit v1.2.1