summaryrefslogtreecommitdiff
path: root/trove/dns
diff options
context:
space:
mode:
authorHe Yongli <yongli.he@intel.com>2014-02-13 12:53:24 +0800
committerHe Yongli <yongli.he@intel.com>2014-02-27 15:05:21 +0800
commit52db0a385a6e6f302fe4ead8ee6ec6bdbe5db6c3 (patch)
tree968f4c9d98396010d1848a9601962d140c122728 /trove/dns
parentb8b820be1e1641b1721eeaf8ab3209570fc9072a (diff)
downloadtrove-52db0a385a6e6f302fe4ead8ee6ec6bdbe5db6c3.tar.gz
Remove extraneous vim configuration comments
Remove vim setting, Remove line containing: comment - # vim: tabstop=4 shiftwidth=4 softtabstop=4 at the top of source code files, except for files in openstack/common. Change-Id: I5e2aad6dca8407890fc3c2afbda541bd4f124ea8 Closes-Bug: #1229324
Diffstat (limited to 'trove/dns')
-rw-r--r--trove/dns/driver.py2
-rw-r--r--trove/dns/manager.py2
-rw-r--r--trove/dns/models.py2
-rw-r--r--trove/dns/rsdns/driver.py2
4 files changed, 0 insertions, 8 deletions
diff --git a/trove/dns/driver.py b/trove/dns/driver.py
index f8569a52..4b42b31a 100644
--- a/trove/dns/driver.py
+++ b/trove/dns/driver.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (c) 2011 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/trove/dns/manager.py b/trove/dns/manager.py
index 64a6d9f1..bf632e40 100644
--- a/trove/dns/manager.py
+++ b/trove/dns/manager.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (c) 2011 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/trove/dns/models.py b/trove/dns/models.py
index 7c8db865..86562add 100644
--- a/trove/dns/models.py
+++ b/trove/dns/models.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2010-2011 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/trove/dns/rsdns/driver.py b/trove/dns/rsdns/driver.py
index e05f43bb..b444062f 100644
--- a/trove/dns/rsdns/driver.py
+++ b/trove/dns/rsdns/driver.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (c) 2011 OpenStack Foundation
# All Rights Reserved.
#