aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-10-13 06:18:31 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-10-13 06:18:31 +0000
commitd83b7e025702da7b9803103cb6c2c2896fa742e0 (patch)
tree42586c84cf4ac0666a1731092d20e2b76c4dbd76
parentAdd Cache-Control header. (diff)
downloadpackages-3-d83b7e025702da7b9803103cb6c2c2896fa742e0.tar.gz
packages-3-d83b7e025702da7b9803103cb6c2c2896fa742e0.tar.bz2
packages-3-d83b7e025702da7b9803103cb6c2c2896fa742e0.zip
More whitespace fix.
-rw-r--r--dbgenerator/database.py2
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: