Skip to content

Commit a3b4cf9

Browse files
author
Alexander Smishlajev
committed
add vim modeline
1 parent 615ded3 commit a3b4cf9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/test_metakit.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17-
#
18-
# $Id: test_metakit.py,v 1.6 2004-11-03 01:34:21 richard Exp $
17+
#
18+
# $Id: test_metakit.py,v 1.7 2004-11-18 16:33:43 a1s Exp $
1919
import unittest, os, shutil, time, weakref
2020

2121
from db_test_base import DBTest, ROTest, SchemaTest, ClassicInitTest, config, password
@@ -80,3 +80,4 @@ def test_suite():
8080
runner = unittest.TextTestRunner()
8181
unittest.main(testRunner=runner)
8282

83+
# vim: set et sts=4 sw=4 :

0 commit comments

Comments
 (0)