Replacing tab with spaces

This commit is contained in:
carlio 2013-01-05 11:28:27 +01:00
parent a14743d00b
commit e17c0308c7

View file

@ -53,7 +53,7 @@ def parse(url):
'ENGINE': SCHEMES['sqlite'],
'NAME': ':memory:'
}
# note: no other settings are required for sqlite
# note: no other settings are required for sqlite
# otherwise parse the url as normal
config = {}