Code

Added vim command to all source so that we don't get no steenkin' tabs :)
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 29 Jul 2001 07:01:39 +0000 (07:01 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 29 Jul 2001 07:01:39 +0000 (07:01 +0000)
commitefe03825ec770b4c20f5264e30a705b22e73267a
tree947e85cc7bcd1bc5c674676a9d4be3bd66c80e68
parent640dac57c4f87d34a843be366764e82594b45eb7
Added vim command to all source so that we don't get no steenkin' tabs :)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@133 57a73879-2fb5-44c3-a270-3262357dd7e2
30 files changed:
README.txt
cgi-bin/roundup.cgi
roundup-admin
roundup-mailgw
roundup-server
roundup/__init__.py
roundup/cgi_client.py
roundup/cgitb.py
roundup/date.py
roundup/htmltemplate.py
roundup/hyperdb.py
roundup/init.py
roundup/mailgw.py
roundup/roundupdb.py
roundup/templatebuilder.py
roundup/templates/classic/__init__.py
roundup/templates/classic/dbinit.py
roundup/templates/classic/instance_config.py
roundup/templates/classic/interfaces.py
roundup/templates/extended/__init__.py
roundup/templates/extended/dbinit.py
roundup/templates/extended/instance_config.py
roundup/templates/extended/interfaces.py
setup.py
test/README.txt
test/__init__.py
test/test_dates.py
test/test_db.py
test/test_multipart.py
test/test_schema.py