Whitespace normalization.

This commit is contained in:
Tim Peters 2001-03-16 08:29:48 +00:00
parent 4cf97c4972
commit 30edd2387d
6 changed files with 9 additions and 14 deletions

View file

@ -6,7 +6,7 @@ if os.sep==".":
endsep = "/"
else:
endsep = "."
def whichdb(filename):
"""Guess which db package to use to open a db file.