diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-10-13 06:18:31 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-10-13 06:18:31 +0000 |
commit | d83b7e025702da7b9803103cb6c2c2896fa742e0 (patch) | |
tree | 42586c84cf4ac0666a1731092d20e2b76c4dbd76 | |
parent | Add Cache-Control header. (diff) | |
download | packages-3-d83b7e025702da7b9803103cb6c2c2896fa742e0.tar.gz packages-3-d83b7e025702da7b9803103cb6c2c2896fa742e0.tar.bz2 packages-3-d83b7e025702da7b9803103cb6c2c2896fa742e0.zip |
More whitespace fix.
-rw-r--r-- | dbgenerator/database.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbgenerator/database.py b/dbgenerator/database.py index ad6b275..1f55a4f 100644 --- a/dbgenerator/database.py +++ b/dbgenerator/database.py @@ -206,7 +206,7 @@ class SQLPackageDatabase(object): class SQLitePackageDB(SQLPackageDatabase): """override for sqlite backend""" - def __init__(self, config={}): + def __init__(self, config={}): self.syntax_placeholder = '?' self.syntax_autoincrement = 'AUTOINCREMENT' try: |